-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Scott Sanderson
committed
Nov 27, 2016
1 parent
469a8b1
commit 31c453d
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,20 +31,20 @@ def install_requires(): | |
|
||
setup( | ||
name='python-interface', | ||
version='1.0.0', | ||
version='1.1.0', | ||
description="Pythonic Interface definitions", | ||
author="Scott Sanderson", | ||
author_email="[email protected]", | ||
packages=find_packages(), | ||
long_description=long_description, | ||
license='Apache 2.0', | ||
classifiers=[ | ||
'Development Status :: 3 - Alpha', | ||
'Development Status :: 5 - Production/Stable', | ||
'License :: OSI Approved :: Apache Software License', | ||
'Natural Language :: English', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3.4', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3 :: Only', | ||
'Topic :: Software Development :: Pre-processors', | ||
], | ||
url='https://github.com/ssanderson/interface', | ||
|