Skip to content

Commit

Permalink
Fixed broken rst in setup doc
Browse files Browse the repository at this point in the history
  • Loading branch information
George committed Jun 16, 2015
1 parent 56afaf7 commit babb115
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
"""
Flask-CQLAlchemy
---------------
----------------
Flask-CQLAlchemy handles connections to Cassandra clusters
and gives a unified easier way to declare models and their
columns
Links
`````
* `documentation <http://flask-cqlalchemy.readthedocs.org>`_
"""

from setuptools import setup

setup(
name='Flask-CQLAlchemy',
version='0.1.1.dev1',
version='0.1.3',
url='http://thegeorgeous.github.io/flask-cqlalchemy',
license='BSD',
author='George',
Expand All @@ -34,7 +35,7 @@
'blist'
],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit babb115

Please sign in to comment.