Update .gitignore and MANIFEST.in for improved file management; add README.md
This commit is contained in:
parent
b4989d372a
commit
e37ee1af6c
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,4 +2,6 @@ venv/
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
build/
|
build/
|
||||||
nut.egg-info/
|
nut.egg-info/
|
||||||
|
dist/
|
||||||
*.zip
|
*.zip
|
||||||
|
.env
|
||||||
|
|||||||
12
MANIFEST.in
12
MANIFEST.in
@ -1,3 +1,11 @@
|
|||||||
|
include setup.py
|
||||||
|
include README.md
|
||||||
|
|
||||||
recursive-include nut/templates *
|
recursive-include nut/templates *
|
||||||
global-exclude __pycache__ *
|
|
||||||
global-exclude *.py[cod]
|
global-exclude __pycache__/
|
||||||
|
global-exclude *.py[cod]
|
||||||
|
|
||||||
|
prune build
|
||||||
|
prune dist
|
||||||
|
prune *.egg-info
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user