Skip to content

Commit

Permalink
Add support for building python packages
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Buesch <m@bues.ch>
  • Loading branch information
mbuesch committed Nov 27, 2015
1 parent ec9d2f1 commit 8ca82d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,12 @@
include COPYING.txt
include 01-toprammer-udev.rules
include README.lyx
include README.ps
include README-DEVELOPERS.lyx
include README-DEVELOPERS.ps
include RUNTIME_IDS
graft tests
graft reverse-engineering

prune build
prune ./build
2 changes: 1 addition & 1 deletion makerelease.sh
Expand Up @@ -26,5 +26,5 @@ hook_get_version()
}

project=toprammer
default_archives=tar.xz
default_archives=py-sdist-bz2
makerelease "$@"

0 comments on commit 8ca82d5

Please sign in to comment.