mirror of
https://github.com/gryf/wicd.git
synced 2025-12-28 17:32:36 +01:00
Fix source tarball generation
This commit is contained in:
@@ -5,6 +5,7 @@ include LICENSE
|
|||||||
include MANIFEST.in
|
include MANIFEST.in
|
||||||
include NEWS
|
include NEWS
|
||||||
include README
|
include README
|
||||||
|
include uninstall.sh
|
||||||
include vcsinfo.py
|
include vcsinfo.py
|
||||||
|
|
||||||
graft cli
|
graft cli
|
||||||
@@ -15,9 +16,12 @@ graft encryption
|
|||||||
graft in
|
graft in
|
||||||
graft other
|
graft other
|
||||||
graft po
|
graft po
|
||||||
|
graft tests
|
||||||
|
graft wicd
|
||||||
|
|
||||||
recursive-include man wicd-client.1
|
recursive-include man wicd-client.1
|
||||||
recursive-include . *.py
|
recursive-include . *.py
|
||||||
recursive-include . *.png
|
recursive-include . *.png
|
||||||
|
|
||||||
prune build .bzr* *.log *.pyc
|
prune build .bzr* .git*
|
||||||
|
prunt build *.log *.pyc
|
||||||
|
|||||||
Reference in New Issue
Block a user