Skip to content

Commit 3f8e0e9

Browse files
authored
Update PyFluent author and maintainer metadata (#301)
* Setup file update * Remove package_dir
1 parent fb97854 commit 3f8e0e9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

setup.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,21 @@
4343
description="Pythonic interface to Ansys Fluent",
4444
long_description=open("README.rst", encoding="utf8").read(),
4545
long_description_content_type="text/x-rst",
46-
url="https://github.com/pyansys/pyfluent",
4746
license="MIT",
4847
author="ANSYS, Inc.",
49-
maintainer="Mainak Kundu",
50-
maintainer_email="[email protected]",
51-
install_requires=install_requires,
52-
extras_require={
53-
"post": install_requires_post,
54-
},
55-
python_requires=">3.6",
48+
author_email="[email protected]",
49+
maintainer="PyAnsys developers",
50+
maintainer_email="[email protected]",
5651
classifiers=[
5752
"Development Status :: 4 - Beta",
5853
"Programming Language :: Python :: 3",
5954
"License :: OSI Approved :: MIT License",
6055
"Operating System :: OS Independent",
6156
],
57+
url="https://github.com/pyansys/pyfluent",
58+
python_requires=">3.6",
59+
install_requires=install_requires,
60+
extras_require={
61+
"post": install_requires_post,
62+
},
6263
)

0 commit comments

Comments
 (0)