aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCalvin <calvin@EESI>2013-03-26 13:54:21 -0400
committerCalvin <calvin@EESI>2013-03-26 13:54:21 -0400
commit63f3535a58191997dd2f9704dda635a3bf3f8fce (patch)
treee79c10f48aa47c13ef83c54ca5836ff46760e8fa /setup.py
parenteac04614526d7d619822bbabf46543053e5e7200 (diff)
moved out of src, added a basic setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..14622e5
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,5 @@
+from distutils.core import setup
+setup(name='feast',
+ version='1.0',
+ py_modules=['feast'],
+ )