summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-09-01 16:24:33 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-09-01 16:24:33 -0400
commit88cf859222d61592adde4fe48c67a4bbb77267f9 (patch)
treeac9c783d70150a5ad7a859ec6698d2ed7c27236b
parent3fea56e5961850c2763759d5ec97ff8fe3f40f08 (diff)
downloadpies-88cf859222d61592adde4fe48c67a4bbb77267f9.tar.gz
Add initial distribution files
-rw-r--r--MANIFEST3
-rw-r--r--dist/pies-1.0.0.tar.gzbin0 -> 1535 bytes
-rw-r--r--setup.py3
3 files changed, 4 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..9551cfd
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,3 @@
+# file GENERATED by distutils, do NOT edit
+pies.py
+setup.py
diff --git a/dist/pies-1.0.0.tar.gz b/dist/pies-1.0.0.tar.gz
new file mode 100644
index 0000000..4ddab47
--- /dev/null
+++ b/dist/pies-1.0.0.tar.gz
Binary files differ
diff --git a/setup.py b/setup.py
index e1bedca..981a876 100644
--- a/setup.py
+++ b/setup.py
@@ -8,8 +8,7 @@ setup(name='pies',
author='Timothy Crosley',
author_email='timothy.crosley@gmail.com',
url='http://www.simpleinnovation.org/',
- download_url='https://github.com/timothycrosley/SortImports/blob/master'
- '/dist/SortImports-0.1.tar.gz?raw=true',
+ download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-1.0.0.tar.gz?raw=true',
license="GNU GPLv2",
install_requires=['ordereddict'],
requires=['ordereddict'],