We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5aa0b commit aca6400Copy full SHA for aca6400
setup.py
@@ -20,10 +20,12 @@
20
name="ansys-dpf-post",
21
packages=["ansys.dpf.post", "ansys.dpf.post.examples"],
22
version=__version__,
23
+ author='ANSYS',
24
+ author_email='[email protected]',
25
maintainer="ANSYS",
- maintainer_email="alexander.kaszynski@ansys.com",
26
+ maintainer_email="ramdane.lagha@ansys.com",
27
description="DPF-Post Python gRPC client",
- url="https://github.com/pyansys/DPF-Post",
28
+ url="https://github.com/pyansys/pydpf-post",
29
long_description=open("README.md").read(),
30
long_description_content_type="text/markdown",
31
classifiers=[
@@ -38,4 +40,5 @@
38
40
],
39
41
python_requires=">=3.6.*",
42
install_requires=install_requires,
43
+ license='MIT',
44
)
0 commit comments