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