Skip to content

Commit

Permalink
Update 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed May 17, 2018
1 parent 4dd85c3 commit 8f4aef7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# codeing: utf-8
from setuptools import setup, find_packages

import sys

NAME = 'django-ios-storekit'
VERSION = '1.0.0'
VERSION = '1.0.1'


def read(filename):
Expand All @@ -26,7 +25,7 @@ def readlist(filename):
version=VERSION,
description='A Django plugin for iOS In-App Purchases.',
long_description=read('README.rst'),
classifiers= [
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand All @@ -38,7 +37,6 @@ def readlist(filename):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules'
Expand All @@ -63,4 +61,3 @@ def readlist(filename):
test_suite='runtests.run_tests',
tests_require=readlist('requirements-test.txt')
)

0 comments on commit 8f4aef7

Please sign in to comment.