Skip to content

Commit

Permalink
setup.py: removed py2.5 and six, added myself to credits
Browse files Browse the repository at this point in the history
  • Loading branch information
arekbulski committed Aug 25, 2016
1 parent e5c219c commit cfea6bd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,15 @@
long_description = open(os.path.join(HERE, "README.rst")).read(),
platforms = ["POSIX", "Windows"],
url = "http://construct.readthedocs.org",
author = "Tomer Filiba, Corbin Simpson",
author_email = "tomerfiliba@gmail.com, MostAwesomeDude@gmail.com",
install_requires = ["six"],
requires = ["six"],
author = "Arkadiusz Bulski, Tomer Filiba, Corbin Simpson",
author_email = "arek.bulski@gmail.com, tomerfiliba@gmail.com, MostAwesomeDude@gmail.com",
install_requires = [],
requires = [],
provides = ["construct"],
keywords = "construct, declarative, data structure, binary, parser, builder, pack, unpack",
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit cfea6bd

Please sign in to comment.