|
@@ -3,11 +3,14 @@ |
|
|
except ImportError:
|
|
|
from distutils.core import setup
|
|
|
|
|
|
+long_desc=open('README.rst','r').read()
|
|
|
+
|
|
|
setup(name="pyclj",
|
|
|
version="0.1.2",
|
|
|
author="Sun Ning",
|
|
|
author_email="sunng@about.me",
|
|
|
description="clojure literal reader and writer for python",
|
|
|
+ long_description=long_desc,
|
|
|
url="http://github.com/sunng87/pyclj",
|
|
|
license='mit',
|
|
|
classifiers=['Development Status :: 3 - Alpha',
|
|
|
0 comments on commit
ad7f089