Before uploading to PyPi

This commit is contained in:
damiafuentes
2018-11-18 13:41:49 -07:00
parent b3f4a90656
commit 55d176d22b
3 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -0,0 +1,3 @@
# Inside of setup.cfg
[metadata]
description-file = README.md

View File

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