🚀 release version 2.5 (closes #189)

This commit is contained in:
Jakob Löw
2023-06-09 18:27:56 +02:00
parent 96c0dd7c64
commit 0066a1eae4

View File

@@ -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',
],
)