|
43 | 43 | description="Pythonic interface to Ansys Fluent", |
44 | 44 | long_description=open("README.rst", encoding="utf8").read(), |
45 | 45 | long_description_content_type="text/x-rst", |
46 | | - url="https://github.com/pyansys/pyfluent", |
47 | 46 | license="MIT", |
48 | 47 | 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 | + |
| 49 | + maintainer="PyAnsys developers", |
| 50 | + maintainer_email="[email protected]", |
56 | 51 | classifiers=[ |
57 | 52 | "Development Status :: 4 - Beta", |
58 | 53 | "Programming Language :: Python :: 3", |
59 | 54 | "License :: OSI Approved :: MIT License", |
60 | 55 | "Operating System :: OS Independent", |
61 | 56 | ], |
| 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 | + }, |
62 | 63 | ) |
0 commit comments