We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217a85a commit 2445062Copy full SHA for 2445062
1 file changed
setup.py
@@ -35,6 +35,6 @@ def read_package_variable(key):
35
extras_require={'dev': ['pytest', 'coverage', 'pytest-xdist', 'scikit-learn']},
36
url='https://kesslerlib.github.io/kessler/',
37
classifiers=['License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3'],
38
- license='BSD'
+ license='BSD',
39
keywords='Spacecraft Collision Avoidance Kessler Machine Learning Artificial Intelligence Probabilistic Programming',
40
)
0 commit comments