|
11 | 11 | setup( |
12 | 12 | name='spatialmath-python', |
13 | 13 |
|
14 | | - version='0.1', #TODO |
| 14 | + version='0.5', #TODO |
15 | 15 |
|
16 | 16 | # This is a one-line description or tagline of what your project does. This |
17 | 17 | # corresponds to the "Summary" metadata field: |
|
20 | 20 | long_description=long_description, |
21 | 21 | long_description_content_type='text/markdown', |
22 | 22 |
|
| 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 | + |
23 | 45 | url='https://github.com/petercorke/spatialmath-python', |
24 | 46 |
|
25 | 47 | author='Peter Corke', |
|
28 | 50 |
|
29 | 51 | keywords='python SO2 SE2 SO3 SE3 rotation euler roll-pitch-yaw quaternion transforms robotics vision pose', |
30 | 52 |
|
31 | | - license='', #TODO |
| 53 | + license='MIT', #TODO |
32 | 54 |
|
33 | 55 | python_requires='>=3.2', |
34 | 56 |
|
|
0 commit comments