Skip to content

Commit

Permalink
Fix classifier description for pypi (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
okue committed Jul 23, 2019
1 parent 526b762 commit 44283d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ def run_tests(self):
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Software Development"
]
)

0 comments on commit 44283d5

Please sign in to comment.