From ad1e24a7503a1c2b0f48426f665de2bc6ac64d67 Mon Sep 17 00:00:00 2001 From: David Paleino Date: Sat, 22 Oct 2011 00:14:38 +0200 Subject: [PATCH] Make sdist work --- .bzrignore | 2 ++ MANIFEST.in | 23 +++++++++++++++++++++++ setup.py | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/.bzrignore b/.bzrignore index 29a8142..68cff32 100644 --- a/.bzrignore +++ b/.bzrignore @@ -24,3 +24,5 @@ scripts/wicd-curses translations/* wicd/wpath.py *tags +dist/ +MANIFEST diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..4c11349 --- /dev/null +++ b/MANIFEST.in @@ -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 diff --git a/setup.py b/setup.py index 65adfcb..93daa77 100755 --- a/setup.py +++ b/setup.py @@ -629,7 +629,7 @@ setup( 'update_translations' : update_translations, 'compile_translations' : compile_translations, }, - name = "Wicd", + name = "wicd", version = VERSION_NUM, description = "A wireless and wired network manager", long_description = """A complete network connection manager