Skip to content

Commit

Permalink
Setup updated with long readme and python versions for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mastizada committed Jun 6, 2016
1 parent 97b53c7 commit ed7a949
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
from setuptools import setup

with open('README.rst', 'r', 'utf-8') as f:
readme = f.read()

setup(
name='dbConnect',
version='1.5.0',
description='MySQL for Humans',
long_description=readme,
keywords='dbConnect mysql simple easy, light connection module',
url='https://github.com/mastizada/dbConnect',
author='Emin Mastizada',
Expand All @@ -17,7 +21,17 @@
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Operating System :: OS Independent',
'Intended Audience :: Developers',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'
'Topic :: Database :: Front-Ends',
'Environment :: Plugins',
],
Expand Down

0 comments on commit ed7a949

Please sign in to comment.