Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Sep 20, 2023
1 parent 103d0eb commit 4bf1f10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ Overview
| |codecov|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|


.. |docs| image:: https://img.shields.io/badge/Docs-stable-blue
:alt: Documentation
:target: https://libatoms.github.io/extxyz-ase

.. |github-actions| image:: https://github.com/libAtoms/extxyz-ase/actions/workflows/github-actions.yml/badge.svg
:alt: GitHub Actions Build Status
:target: https://github.com/libAtoms/extxyz-ase/actions
Expand All @@ -41,12 +44,6 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/extxyz-ase

.. |commits-since| image:: https://img.shields.io/github/commits-since/libAtoms/extxyz-ase/v0.0.1.svg
:alt: Commits since latest release
:target: https://github.com/libAtoms/extxyz-ase/compare/v0.0.1...main



.. end-badges
Extended XYZ I/O Plugin for use with the Atomic Simulation Environment (ASE)
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def read(*names, **kwargs):
],
python_requires=">=3.7",
install_requires=[
"extxyz",
"ase"
# eg: "aspectlib==1.1.1", "six>=1.7",
],
extras_require={
Expand Down
4 changes: 0 additions & 4 deletions tests/test_extxyz_ase.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@


from extxyz_ase import main

def test_main():
pass

0 comments on commit 4bf1f10

Please sign in to comment.