mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 12:43:55 +01:00
minor cleaning
This commit is contained in:
parent
0b223b9d6e
commit
9f8b6838df
1
python/.gitignore
vendored
1
python/.gitignore
vendored
@ -1,7 +1,6 @@
|
||||
AUTHORS
|
||||
LICENSE
|
||||
README.md
|
||||
pytrexio.py
|
||||
src/
|
||||
|
||||
build/
|
||||
|
@ -1 +1 @@
|
||||
include src/*.c src/trexio*.h src/*.py
|
||||
include src/*.c src/trexio*.h
|
||||
|
@ -1,7 +1,6 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools>=42",
|
||||
"h5py",
|
||||
"wheel"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
@ -8,5 +8,4 @@ license = BSD 3-Clause License
|
||||
[options]
|
||||
zip_safe = False
|
||||
python_requires = >=3.6
|
||||
install_requires = h5py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user