mirror of
https://github.com/damiafuentes/DJITelloPy.git
synced 2024-10-25 03:27:46 +03:00
🚀 release version 2.5 (closes #189)
This commit is contained in:
6
setup.py
6
setup.py
@@ -10,7 +10,7 @@ long_description = long_description.replace("](examples/", "]({}/examples/".form
|
||||
setuptools.setup(
|
||||
name='djitellopy',
|
||||
packages=['djitellopy'],
|
||||
version='2.4.0',
|
||||
version='2.5.0',
|
||||
license='MIT',
|
||||
description='Tello drone library including support for video streaming, swarms, state packets and more',
|
||||
long_description=long_description,
|
||||
@@ -18,7 +18,7 @@ setuptools.setup(
|
||||
author='Jakob Löw',
|
||||
author_email='djitellopy@m4gnus.de',
|
||||
url='https://github.com/damiafuentes/DJITelloPy',
|
||||
download_url='https://github.com/damiafuentes/DJITelloPy/archive/2.4.0.tar.gz',
|
||||
download_url='https://github.com/damiafuentes/DJITelloPy/archive/2.5.0.tar.gz',
|
||||
keywords=['tello', 'dji', 'drone', 'sdk', 'official sdk'],
|
||||
install_requires=[
|
||||
'numpy',
|
||||
@@ -36,5 +36,7 @@ setuptools.setup(
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user