mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +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
|
AUTHORS
|
||||||
LICENSE
|
LICENSE
|
||||||
README.md
|
README.md
|
||||||
pytrexio.py
|
|
||||||
src/
|
src/
|
||||||
|
|
||||||
build/
|
build/
|
||||||
|
@ -1 +1 @@
|
|||||||
include src/*.c src/trexio*.h src/*.py
|
include src/*.c src/trexio*.h
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
"setuptools>=42",
|
"setuptools>=42",
|
||||||
"h5py",
|
|
||||||
"wheel"
|
"wheel"
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
@ -8,5 +8,4 @@ license = BSD 3-Clause License
|
|||||||
[options]
|
[options]
|
||||||
zip_safe = False
|
zip_safe = False
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
install_requires = h5py
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user