We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d0610 commit 45fc616Copy full SHA for 45fc616
setup.py
@@ -30,19 +30,21 @@
30
"Topic :: Scientific/Engineering :: Mathematics",
31
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
32
"Programming Language :: Python :: 3.8",
33
+ "Programming Language :: Python :: 3.9",
34
],
35
packages=[
36
"paseos",
37
"paseos.activities",
38
"paseos.actors",
39
+ "paseos.central_body",
40
"paseos.communication",
41
"paseos.power",
42
"paseos.radiation",
43
"paseos.thermal",
44
"paseos.utils",
45
"paseos.visualization",
46
- python_requires=">=3.8,<3.9",
47
+ python_requires=">=3.8",
48
project_urls={
49
"Source": "https://github.com/aidotse/paseos/",
50
},
0 commit comments