Skip to content

Commit 704a00c

Browse files
update setup to show more info (#93)
* update setup * ansys * Apply suggestions from code review Co-authored-by: Alex Kaszynski <[email protected]>
1 parent 014cb8b commit 704a00c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
with io_open(version_file, mode="r") as fd:
1616
exec(fd.read()) # execute file from raw string
1717

18-
1918
readme_file = os.path.join(filepath, "README.md")
2019

2120
setup(
@@ -73,10 +72,15 @@
7372
"distributed/file1.rst",
7473
]
7574
},
75+
author='ANSYS',
76+
author_email='[email protected]',
77+
maintainer_email="[email protected]",
7678
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
7779
install_requires=install_requires,
7880
extras_require={
7981
"plotting": ["pyvista>=0.24.0", "matplotlib==3.2"],
8082
"reporting": ["scooby"],
8183
},
84+
url='https://github.com/pyansys/pydpf-core',
85+
license='MIT',
8286
)

0 commit comments

Comments
 (0)