diff --git a/python/setup.py b/python/setup.py new file mode 100644 index 0000000..ca6b67a --- /dev/null +++ b/python/setup.py @@ -0,0 +1,8 @@ + +from distutils.core import setup + +setup( + name = "Rx", + version = "0.200003", + py_modules = ["Rx"], +)