Skip to content

Commit

Permalink
package details
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicdarkoo committed Sep 22, 2024
1 parent f048c5c commit 8dc0a6b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='teleop',
version='0.0.1',
version='0.0.2',
packages=find_packages(),
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -22,4 +22,12 @@
package_data={
'teleop': ['cert.pem', 'key.pem', 'index.html'],
},
license='Apache 2.0',
author='Spes Robotics',
author_email='contact@spes.ai',
project_urls={
'Documentation': 'https://github.com/SpesRobotics/teleop',
'Source': 'https://github.com/SpesRobotics/teleop',
'Tracker': 'https://github.com/SpesRobotics/teleop/issues',
},
)

0 comments on commit 8dc0a6b

Please sign in to comment.