mirror of
https://github.com/damiafuentes/DJITelloPy.git
synced 2024-10-25 03:27:46 +03:00
Before uploading to PyPi
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
The MIT License
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2018 DAMIÀ FUENTES ESCOTÉ
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
7
setup.py
7
setup.py
@@ -10,11 +10,12 @@ setup(
|
|||||||
author='Damià Fuentes Escoté', # Type in your name
|
author='Damià Fuentes Escoté', # Type in your name
|
||||||
author_email='damiafuentes@hotmail.com', # Type in your E-Mail
|
author_email='damiafuentes@hotmail.com', # Type in your E-Mail
|
||||||
url='https://github.com/damiafuentes', # Provide either the link to your github or to your website
|
url='https://github.com/damiafuentes', # Provide either the link to your github or to your website
|
||||||
download_url='https://github.com/user/reponame/archive/v_01.tar.gz', # I explain this later on
|
download_url='https://github.com/damiafuentes/TelloSDKPy/archive/v_1.1.tar.gz', # I explain this later on
|
||||||
keywords=['tello', 'dji', 'drone', 'sdk', 'official sdk'], # Keywords that define your package best
|
keywords=['tello', 'dji', 'drone', 'sdk', 'official sdk'], # Keywords that define your package best
|
||||||
install_requires=[ # I get to this in a second
|
install_requires=[ # I get to this in a second
|
||||||
'validators',
|
'numpy',
|
||||||
'beautifulsoup4',
|
'opencv-python',
|
||||||
|
'pygame',
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
|||||||
Reference in New Issue
Block a user