mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 12:28:08 +01:00
Make sdist work
This commit is contained in:
@@ -24,3 +24,5 @@ scripts/wicd-curses
|
|||||||
translations/*
|
translations/*
|
||||||
wicd/wpath.py
|
wicd/wpath.py
|
||||||
*tags
|
*tags
|
||||||
|
dist/
|
||||||
|
MANIFEST
|
||||||
|
|||||||
23
MANIFEST.in
Normal file
23
MANIFEST.in
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
include AUTHORS
|
||||||
|
include CHANGES
|
||||||
|
include INSTALL
|
||||||
|
include LICENSE
|
||||||
|
include MANIFEST.in
|
||||||
|
include NEWS
|
||||||
|
include README
|
||||||
|
include vcsinfo.py
|
||||||
|
|
||||||
|
graft cli
|
||||||
|
graft curses
|
||||||
|
graft data
|
||||||
|
graft depends
|
||||||
|
graft encryption
|
||||||
|
graft in
|
||||||
|
graft other
|
||||||
|
graft po
|
||||||
|
|
||||||
|
recursive-include man wicd-client.1
|
||||||
|
recursive-include . *.py
|
||||||
|
recursive-include . *.png
|
||||||
|
|
||||||
|
prune build .bzr* *.log *.pyc
|
||||||
2
setup.py
2
setup.py
@@ -629,7 +629,7 @@ setup(
|
|||||||
'update_translations' : update_translations,
|
'update_translations' : update_translations,
|
||||||
'compile_translations' : compile_translations,
|
'compile_translations' : compile_translations,
|
||||||
},
|
},
|
||||||
name = "Wicd",
|
name = "wicd",
|
||||||
version = VERSION_NUM,
|
version = VERSION_NUM,
|
||||||
description = "A wireless and wired network manager",
|
description = "A wireless and wired network manager",
|
||||||
long_description = """A complete network connection manager
|
long_description = """A complete network connection manager
|
||||||
|
|||||||
Reference in New Issue
Block a user