From: Stefano Rivera Date: Fri, 16 May 2014 22:49:36 +0000 (+0200) Subject: Create a source distribution X-Git-Tag: 0.1~162 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=56928c956886e9978d1a7415dbefb55c49b5134b Create a source distribution --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..b5beef1 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,8 @@ +recursive-include data *.py *.png *.ogg *.txt *.pcf *.yaml *.json *.xpm *.ico *.icns +recursive-include scripts * +recursive-include tools * +include LICENSE.txt +include MANIFEST.in +include README.txt +include requirements.txt +include run_game.py diff --git a/README.txt b/README.txt index 5fbd41b..2247328 100644 --- a/README.txt +++ b/README.txt @@ -81,7 +81,7 @@ Ensure the JSON is generated from the YAML, for people with out pyyaml:: Creating a source distribution with:: - ./scripts/build_unix.sh + python setup.py sdist You may also generate Windows executables and OS X applications::