mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Fix setup
This commit is contained in:
parent
ae03f5bcc0
commit
b887205c6e
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
include README.md
|
||||
include LICENSE
|
||||
include fastpwn
|
||||
recursive-include Loaders *
|
||||
include edl/Windows/*.dll
|
||||
recursive-include edl/Library/TestFiles *
|
||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ setup(
|
|||
version='3.5',
|
||||
packages=find_packages(),
|
||||
long_description=open("README.md").read(),
|
||||
scripts=['fastpwn','edl.py','diag.py','modem/sierrakeygen.py','modem/boottodwnload.py','modem/enableadb.py','Loaders/fhloaderparse.py','Loaders/beagle_to_loader.py'],
|
||||
scripts=['edl.py','diag.py','modem/sierrakeygen.py','modem/boottodwnload.py','modem/enableadb.py','Loaders/fhloaderparse.py','Loaders/beagle_to_loader.py'],
|
||||
data_files = ['LICENSE','README.md'],
|
||||
long_description_content_type="text/markdown",
|
||||
url='https://github.com/bkerler/edl',
|
||||
|
|
Loading…
Reference in a new issue