diff --git a/LICENSE.txt b/LICENSE.txt index ef26969..e6ead13 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 of this software and associated documentation files (the "Software"), to deal diff --git a/setup.cfg b/setup.cfg index e69de29..9d5f797 100644 --- a/setup.cfg +++ b/setup.cfg @@ -0,0 +1,3 @@ +# Inside of setup.cfg +[metadata] +description-file = README.md \ No newline at end of file diff --git a/setup.py b/setup.py index 30c577b..810c593 100644 --- a/setup.py +++ b/setup.py @@ -10,11 +10,12 @@ setup( author='Damià Fuentes Escoté', # Type in your name 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 - 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 install_requires=[ # I get to this in a second - 'validators', - 'beautifulsoup4', + 'numpy', + 'opencv-python', + 'pygame', ], classifiers=[ 'Development Status :: 5 - Production/Stable',