Skip to content

Commit

Permalink
Bump up to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thegeorgeous committed Dec 18, 2015
1 parent 454a1f6 commit aeb759f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -2,10 +2,9 @@
Flask-CQLAlchemy
----------------
Flask-CQLAlchemy handles connections to Cassandra clusters
and gives a unified easier way to declare models and their
columns
Flask-CQLAlchemy handles connections to Cassandra clusters and provides a
Flask-SQLAlchemy like interface to declare models and their columns in a Flask
app
Links
`````
@@ -18,12 +17,12 @@

setup(
name='Flask-CQLAlchemy',
version='0.2.0',
version='1.0.0',
url='http://thegeorgeous.com/flask-cqlalchemy',
license='BSD',
author='George',
author='George Thomas',
author_email='iamgeorgethomas@gmail.com',
description='Flask-CQLAlchemy handles connections to Cassandra clusters through the cqlengine',
description='Flask-CQLAlchemy handles connections to Cassandra clusters and provides an interface through cqlengine',
long_description=__doc__,
keywords='cassandra cqlengine flask',
packages=['flask_cqlalchemy'],
@@ -35,7 +34,7 @@
'blist'
],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',

0 comments on commit aeb759f

Please sign in to comment.