diff options
author | Parth Buch | 2012-08-28 17:03:37 +0530 |
---|---|---|
committer | Parth Buch | 2012-08-28 17:03:37 +0530 |
commit | 7e38fd922a8dd4742d09758cd1c94fb0302045d3 (patch) | |
tree | b43d6ea8c47fb80e09e5e0bfd8759ac7d697addf /project/setup.py | |
download | scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.tar.gz scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.tar.bz2 scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.zip |
Reboot for scipy 2012
Diffstat (limited to 'project/setup.py')
-rw-r--r-- | project/setup.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/setup.py b/project/setup.py new file mode 100644 index 0000000..40e4fb9 --- /dev/null +++ b/project/setup.py @@ -0,0 +1,8 @@ +from setuptools import setup + +setup( + name='project', + version='1.0', + description="SciPy.in Conference django website", +) + |