From ff64501ee8f2c26aef3b80010214ce3c4c20b6e4 Mon Sep 17 00:00:00 2001 From: FoxMaSk Date: Sun, 6 Nov 2016 13:43:22 +0100 Subject: [PATCH] update reqmt --- requirements.txt | 4 ++-- setup.py | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e0b07cb..8169e39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ arrow==0.8.0 -Django==1.10.2 +Django==1.10.3 django-admin-bootstrapped==2.5.7 six==1.10.0 -flake8==2.5.4 +flake8==3.0.4 diff --git a/setup.py b/setup.py index 5062d91..dfc924b 100644 --- a/setup.py +++ b/setup.py @@ -18,21 +18,26 @@ def reqs(*f): version=version, description='Django Diabetes is a personal Glucose Manager', author='FoxMaSk', + maintainer='FoxMaSk', author_email='foxmask@trigger-happy.eu', + maintainer_email='foxmask@trigger-happy.eu', url='https://github.com/foxmask/dj-diabetes', download_url="https://github.com/foxmask/dj-diabetes/" "archive/dj-diabetes-" + version + ".zip", packages=find_packages(exclude=['dj_diabetes/local_settings']), classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', + 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Framework :: Django', + 'Topic :: Database', + 'Topic :: Scientific/Engineering :: Medical Science Apps.', ], install_requires=install_requires, include_package_data=True,