Skip to content

Commit 2445062

Browse files
committed
syntax fix
1 parent 217a85a commit 2445062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ def read_package_variable(key):
3535
extras_require={'dev': ['pytest', 'coverage', 'pytest-xdist', 'scikit-learn']},
3636
url='https://kesslerlib.github.io/kessler/',
3737
classifiers=['License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3'],
38-
license='BSD'
38+
license='BSD',
3939
keywords='Spacecraft Collision Avoidance Kessler Machine Learning Artificial Intelligence Probabilistic Programming',
4040
)

0 commit comments

Comments
 (0)