1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-06-02 03:15:40 +02:00

minor cleaning

This commit is contained in:
q-posev 2021-08-18 13:15:23 +03:00
parent 0b223b9d6e
commit 9f8b6838df
4 changed files with 1 additions and 4 deletions

1
python/.gitignore vendored
View File

@ -1,7 +1,6 @@
AUTHORS
LICENSE
README.md
pytrexio.py
src/
build/

View File

@ -1 +1 @@
include src/*.c src/trexio*.h src/*.py
include src/*.c src/trexio*.h

View File

@ -1,7 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"h5py",
"wheel"
]
build-backend = "setuptools.build_meta"

View File

@ -8,5 +8,4 @@ license = BSD 3-Clause License
[options]
zip_safe = False
python_requires = >=3.6
install_requires = h5py