Skip to content

Commit

Permalink
Add Py2.7 classifier to setup.py; remove superfluous kombilo/setup.py…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
ugoertz committed Oct 14, 2016
1 parent f559c5c commit fcca04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
28 changes: 0 additions & 28 deletions kombilo/setup.py

This file was deleted.

3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
author = 'Ulrich Goertz',
author_email = 'ug@geometry.de',
url = 'http://u-go.net/kombilo/',
classifiers=[
'Programming Language :: Python :: 2.7',
],
entry_points = {'gui_scripts': [
'kombilo = kombilo.kombilo:run',
'v = kombilo.v:run',
Expand Down

0 comments on commit fcca04e

Please sign in to comment.