Merge pull request #223 from ProfFan/feature/fix_pypi

Add two required string for version detection
release/4.3a0
Fan Jiang 2020-02-18 09:23:31 -05:00 committed by GitHub
commit 434df49f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ setup(
license='Simplified BSD license',
keywords='slam sam robotics localization mapping optimization',
long_description='''${README_CONTENTS}''',
long_description_content_type='text/markdown',
python_requires='>=2.7',
# https://pypi.org/pypi?%3Aaction=list_classifiers
classifiers=[
'Development Status :: 5 - Production/Stable',