removed zip_safe = false entry from setup.cfg
This commit is contained in:
parent
b4c6ca64fc
commit
59668d2910
|
@ -234,7 +234,7 @@ update_revision:
|
|||
- git clone -q git@git.damask.mpie.de:damask/DAMASK.git .
|
||||
- git pull
|
||||
- VERSION=$(git describe ${CI_COMMIT_SHA})
|
||||
- export VERSION="${VERSION:1:-1}"
|
||||
- export VERSION="${VERSION:1}"
|
||||
- echo ${VERSION} > python/damask/VERSION
|
||||
- >
|
||||
git diff-index --quiet HEAD ||
|
||||
|
|
|
@ -16,16 +16,15 @@ classifiers =
|
|||
|
||||
[options]
|
||||
packages = damask
|
||||
zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >= 3.8
|
||||
install_requires =
|
||||
importlib-metadata; python_version<"3.8"
|
||||
pandas; python_version<="0.24" # requires numpy
|
||||
numpy; python_version<="1.17" # needed for default_rng
|
||||
pandas; python_version<="0.24" # requires numpy
|
||||
numpy; python_version<="1.17" # needed for default_rng
|
||||
scipy; python_version<="1.2"
|
||||
h5py; python_version<="2.9" # requires numpy
|
||||
h5py; python_version<="2.9" # requires numpy
|
||||
vtk; python_version<="8.1"
|
||||
matplotlib; python_version<="3.0" # requires numpy, pillow
|
||||
matplotlib; python_version<="3.0" # requires numpy, pillow
|
||||
pyyaml; python_version<="3.12"
|
||||
setup_requires = setuptools
|
||||
|
|
Loading…
Reference in New Issue