mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 11:18:55 +00:00
added file manifast.in
This commit is contained in:
parent
0a4569352d
commit
365cd9294e
@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
|
||||
## [1.0.0] - 2020-04-02
|
||||
|
||||
### Added
|
||||
- added file manifast.in [mh4x0f]
|
||||
- added check must be run as root. [mh4x0f]
|
||||
- added initial logo design tool on README.md [mh4x0f]
|
||||
- added initial details for tool on README.md [mh4x0f]
|
||||
|
7
MANIFEST.in
Normal file
7
MANIFEST.in
Normal file
@ -0,0 +1,7 @@
|
||||
exclude *.pyc .gitignore MANIFEST.in
|
||||
include setup.py
|
||||
include README.md
|
||||
include LICENSE.md
|
||||
recursive-include bin *
|
||||
recursive-include wifipumpkin3 *.py
|
||||
recursive-include wifipumpkin3 *.*
|
3
makefile
3
makefile
@ -7,11 +7,12 @@ test:
|
||||
python3.7 -m unittest -v
|
||||
|
||||
setup:
|
||||
find . -name '*.pyc' -delete
|
||||
python3.7 setup.py install
|
||||
|
||||
clean:
|
||||
rm -rf build dist README MANIFEST *.egg-info
|
||||
python3.7 setup.py clear --all
|
||||
python3.7 setup.py clean --all
|
||||
|
||||
distclean: clean
|
||||
rm -rf .venv
|
Loading…
Reference in New Issue
Block a user