misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2019-10-05 23:28:29 +02:00
parent cbf7511e17
commit d6b1e86333
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E
2 changed files with 10 additions and 1 deletions

8
MANIFEST.in Normal file
View File

@ -0,0 +1,8 @@
exclude *.pyc .DS_Store .gitignore MANIFEST.in
include setup.py
include distribute_setup.py
include README.md
include LICENSE
recursive-include bin *
recursive-include pwnagotchi *.py
recursive-include pwnagotchi *.yml

View File

@ -15,9 +15,10 @@ setup(name='pwnagotchi',
author='evilsocket && the dev team',
author_email='evilsocket@gmail.com',
url='https://pwnagotchi.ai/',
license='GPL',
install_requires=required,
scripts=['bin/pwnagotchi'],
license='GPL',
package_data={'pwnagotchi': ('pwnagotchi/defaults.yml',)},
classifiers=[
'Programming Language :: Python :: 3',
'Development Status :: 5 - Production/Stable',