summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-x[-rw-r--r--]setup.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 204a2a7..c6afc89 100644..100755
--- a/setup.py
+++ b/setup.py
@@ -10,10 +10,10 @@ except ImportError:
import smmap
-if os.path.exists("README.rst"):
- long_description = codecs.open('README.rst', "r", "utf-8").read()
+if os.path.exists("README.md"):
+ long_description = codecs.open('README.md', "r", "utf-8").read()
else:
- long_description = "See http://github.com/nvie/smmap/tree/master"
+ long_description = "See http://github.com/Byron/smmap"
setup(
name="smmap",
@@ -32,8 +32,8 @@ setup(
#"Development Status :: 1 - Planning",
#"Development Status :: 2 - Pre-Alpha",
#"Development Status :: 3 - Alpha",
- "Development Status :: 4 - Beta",
- #"Development Status :: 5 - Production/Stable",
+ # "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
#"Development Status :: 6 - Mature",
#"Development Status :: 7 - Inactive",
"Environment :: Console",