enables auto include
This commit is contained in:
parent
1b9355327a
commit
1ccc967544
|
@ -0,0 +1 @@
|
||||||
|
dist
|
|
@ -1,11 +1,11 @@
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="xxx",
|
name="damask",
|
||||||
version="0.0.1",
|
version="0.0.1",
|
||||||
author="The DAMASK team",
|
author="The DAMASK team",
|
||||||
author_email="damask@mpie.de",
|
author_email="damask@mpie.de",
|
||||||
description="A small example package",
|
description="Python library for DAMASK",
|
||||||
long_description='test',
|
long_description='test',
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/pypa/sampleproject",
|
url="https://github.com/pypa/sampleproject",
|
Loading…
Reference in New Issue