Create a source distribution
authorStefano Rivera <stefano@rivera.za.net>
Fri, 16 May 2014 22:49:36 +0000 (00:49 +0200)
committerStefano Rivera <stefano@rivera.za.net>
Fri, 16 May 2014 22:49:50 +0000 (00:49 +0200)
MANIFEST.in [new file with mode: 0644]
README.txt

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..b5beef1
--- /dev/null
@@ -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
index 5fbd41bd5375558660f8bf258d07b0f98d3cbd78..22473282e8aaa42ed323cf922c21a073366f7001 100644 (file)
@@ -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::