Skip to content

Commit

Permalink
v1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 8, 2016
1 parent 786da1b commit b8c0bbe
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def parse_markdown_readme():

setup(
name='data-wizard',
version='1.0.0-dev',
version='1.0.0b1',
author='S. Andrew Sheppard',
author_email='[email protected]',
url='https://wq.io/django-data-wizard',
Expand All @@ -42,14 +42,15 @@ def parse_markdown_readme():
'data_wizard.migrations',
],
install_requires=[
'wq.db',
'wq.db>=1.0.0b1',
'vera>=1.0.0b1',
'wq.io',
'celery',
'redis',
'python-dateutil'
],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand All @@ -58,14 +59,17 @@ def parse_markdown_readme():
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Framework :: Django',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Topic :: Scientific/Engineering :: GIS',
'Topic :: Database :: Database Engines/Servers',
],
test_suite='tests',
tests_require=[
'psycopg2',
'vera',
'Pillow',
],
)

0 comments on commit b8c0bbe

Please sign in to comment.