Skip to content

Commit

Permalink
update setup.py for pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingel committed Mar 18, 2017
1 parent a712607 commit 8da2161
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

setup(
name='django-vitals',
version='0.0.1',
version='1.0.0',
packages=find_packages(),
include_package_data=True,
license='GPLv2',
license='GPLv3',
description='A django app that provides health check endpoints for vital services.',
url='https://github.com/LCOGT/django-vitals',
author='Austin Riba',
Expand All @@ -18,13 +18,12 @@
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'Operating System :: OS Independant',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'TOPIC :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=[
'requests',
Expand Down

0 comments on commit 8da2161

Please sign in to comment.