From 56928c956886e9978d1a7415dbefb55c49b5134b Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 17 May 2014 00:49:36 +0200 Subject: [PATCH] Create a source distribution --- MANIFEST.in | 8 ++++++++ README.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in 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:: -- 2.34.1