We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b2f44 commit fa8b9a1Copy full SHA for fa8b9a1
2 files changed
setup.py
@@ -29,7 +29,11 @@
29
install_requires=requirements,
30
classifiers=[
31
"Programming Language :: Python :: 3",
32
- "License :: OSI Approved :: MIT License",
33
- "Operating System :: OS Independent",
+ 'License :: OSI Approved :: BSD License',
+ 'Operating System :: OS Independent',
34
+ 'Programming Language :: Python',
35
+ 'Topic :: Scientific/Engineering',
36
+ 'Topic :: Scientific/Engineering :: Mathematics',
37
+ 'Topic :: Scientific/Engineering :: Physics',
38
]
39
)
spacetimeengine/src/__init__.py
@@ -0,0 +1,2 @@
1
+from spacetimeengine.src.solutions import *
2
+from spacetimeengine.src.spacetime import *
0 commit comments