Skip to content

Commit

Permalink
setup.py: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Roberts committed Oct 29, 2016
1 parent 5eae70e commit cc0550d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from setuptools import setup, find_packages # Always prefer setuptools over distutils
from codecs import open # To use a consistent encoding
from os import path
import sys

HERE = path.abspath(path.dirname(__file__))

Expand Down Expand Up @@ -41,7 +40,7 @@
author_email='wildwilhelm@gmail.com',

# Choose your license
license='MIT',
license='License :: OSI Approved :: MIT License',

# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
Expand Down

0 comments on commit cc0550d

Please sign in to comment.