Skip to content

Commit 45fc616

Browse files
committed
Update setup.py
1 parent 61d0610 commit 45fc616

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,21 @@
3030
"Topic :: Scientific/Engineering :: Mathematics",
3131
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3232
"Programming Language :: Python :: 3.8",
33+
"Programming Language :: Python :: 3.9",
3334
],
3435
packages=[
3536
"paseos",
3637
"paseos.activities",
3738
"paseos.actors",
39+
"paseos.central_body",
3840
"paseos.communication",
3941
"paseos.power",
4042
"paseos.radiation",
4143
"paseos.thermal",
4244
"paseos.utils",
4345
"paseos.visualization",
4446
],
45-
python_requires=">=3.8,<3.9",
47+
python_requires=">=3.8",
4648
project_urls={
4749
"Source": "https://github.com/aidotse/paseos/",
4850
},

0 commit comments

Comments
 (0)