Skip to content

Commit a6f0f1f

Browse files
Updated maintainers, version and name to rocketpy
1 parent a85cd9d commit a6f0f1f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="rocketpyalpha",
8-
version="0.9.7",
7+
name="rocketpy",
8+
version="0.9.8",
99
install_requires = [
1010
'numpy>=1.0',
1111
'scipy>=1.0',
1212
'matplotlib>=3.0',
1313
'requests'
1414
],
15+
maintainer="RocketPy Developers",
1516
author="Giovani Hidalgo Ceotto",
1617
author_email="[email protected]",
1718
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry.",
@@ -25,4 +26,4 @@
2526
"Operating System :: OS Independent",
2627
],
2728
python_requires='>=3.6',
28-
)
29+
)

0 commit comments

Comments
 (0)