more details
This commit is contained in:
parent
c72518e52b
commit
327a8ab757
|
@ -9,15 +9,20 @@ setuptools.setup(
|
||||||
version=version,
|
version=version,
|
||||||
author="The DAMASK team",
|
author="The DAMASK team",
|
||||||
author_email="damask@mpie.de",
|
author_email="damask@mpie.de",
|
||||||
description="Python library for DAMASK",
|
description="DAMASK library",
|
||||||
long_description='test',
|
long_description="Python library for pre and post processing of DAMASK simulations",
|
||||||
#long_description_content_type="text/markdown",
|
|
||||||
url="https://damask.mpie.de",
|
url="https://damask.mpie.de",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
install_requires = [
|
||||||
|
"scipy",
|
||||||
|
"h5py",
|
||||||
|
"vtk"
|
||||||
|
],
|
||||||
|
license = 'GPL3',
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GLPv3",
|
"License :: OSI Approved :: GPL3",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue