Skip to content

Commit b1ec43f

Browse files
committed
added metadata
1 parent 07fb550 commit b1ec43f

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

setup.py

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name='spatialmath-python',
1313

14-
version='0.1', #TODO
14+
version='0.5', #TODO
1515

1616
# This is a one-line description or tagline of what your project does. This
1717
# corresponds to the "Summary" metadata field:
@@ -20,6 +20,28 @@
2020
long_description=long_description,
2121
long_description_content_type='text/markdown',
2222

23+
classifiers=[
24+
# 3 - Alpha
25+
# 4 - Beta
26+
# 5 - Production/Stable
27+
'Development Status :: 4 - Beta',
28+
29+
# Indicate who your project is intended for
30+
'Intended Audience :: Developers',
31+
# Pick your license as you wish (should match "license" above)
32+
'License :: OSI Approved :: MIT License',
33+
34+
# Specify the Python versions you support here. In particular, ensure
35+
# that you indicate whether you support Python 2, Python 3 or both.
36+
'Programming Language :: Python :: 3 :: Only'],
37+
38+
project_urls={
39+
'Documentation': 'https://petercorke.github.io/spatialmath-python',
40+
'Source': 'https://github.com/petercorke/spatialmath-python',
41+
'Tracker': 'https://github.com/petercorke/spatialmath-python/issues',
42+
'Coverage': 'https://codecov.io/gh/petercorke/spatialmath-python'
43+
},
44+
2345
url='https://github.com/petercorke/spatialmath-python',
2446

2547
author='Peter Corke',
@@ -28,7 +50,7 @@
2850

2951
keywords='python SO2 SE2 SO3 SE3 rotation euler roll-pitch-yaw quaternion transforms robotics vision pose',
3052

31-
license='', #TODO
53+
license='MIT', #TODO
3254

3355
python_requires='>=3.2',
3456

0 commit comments

Comments
 (0)