Release 1.0

This commit is contained in:
Cyrille Nofficial 2020-03-01 16:32:00 +01:00
parent eda50f0cce
commit 51467c8aeb

View File

@ -14,7 +14,7 @@ def package_files(directory, strip_leading):
setup(name='robocar_protobuf',
version='0.1',
version='1.0',
description='Protobuf message definitions for robocar.',
url='https://github.com/cyrilix/robocar-protobuf/python',
license='Apache2',
@ -40,6 +40,8 @@ setup(name='robocar_protobuf',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='selfdriving cars drive',