Skip to content

Commit aca6400

Browse files
Update setup.py (#41)
Co-authored-by: Alex Kaszynski <[email protected]>
1 parent 7d5aa0b commit aca6400

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
name="ansys-dpf-post",
2121
packages=["ansys.dpf.post", "ansys.dpf.post.examples"],
2222
version=__version__,
23+
author='ANSYS',
24+
author_email='[email protected]',
2325
maintainer="ANSYS",
24-
maintainer_email="alexander.kaszynski@ansys.com",
26+
maintainer_email="ramdane.lagha@ansys.com",
2527
description="DPF-Post Python gRPC client",
26-
url="https://github.com/pyansys/DPF-Post",
28+
url="https://github.com/pyansys/pydpf-post",
2729
long_description=open("README.md").read(),
2830
long_description_content_type="text/markdown",
2931
classifiers=[
@@ -38,4 +40,5 @@
3840
],
3941
python_requires=">=3.6.*",
4042
install_requires=install_requires,
43+
license='MIT',
4144
)

0 commit comments

Comments
 (0)