Skip to content

Commit

Permalink
Hopefully a fix to a small pip packaging bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Henkes committed Nov 17, 2018
1 parent bc3382c commit 8acf155
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
packages = find_packages(),
install_requires = [ "cryptography>=1.7.1", "XEdDSA>=0.4.2" ],
python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
zip_safe = True,
zip_safe = False,
classifiers = [
"Development Status :: 4 - Beta",

Expand All @@ -37,17 +37,7 @@

"License :: OSI Approved :: MIT License",

"Operating System :: Microsoft :: Windows",
"Operating System :: Microsoft :: Windows :: Windows XP",
"Operating System :: Microsoft :: Windows :: Windows Vista",
"Operating System :: Microsoft :: Windows :: Windows 7",
"Operating System :: Microsoft :: Windows :: Windows 8",
"Operating System :: Microsoft :: Windows :: Windows 8.1",
"Operating System :: Microsoft :: Windows :: Windows 10",

"Operating System :: POSIX",
"Operating System :: POSIX :: Linux",
"Operating System :: Unix",
"Operating System :: OS Independent",

"Programming Language :: Python :: Implementation :: CPython",

Expand Down

0 comments on commit 8acf155

Please sign in to comment.