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,7 +16,6 @@ classifiers =
|
|||
|
||||
[options]
|
||||
packages = damask
|
||||
zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >= 3.8
|
||||
install_requires =
|
||||
|
|
Loading…
Reference in New Issue