Skip to content

Commit 0acab00

Browse files
committed
improve setup classifieres
Signed-off-by: Nikhil Dhandre <nik.digitronik@live.com>
1 parent 6c7438a commit 0acab00

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@
88
author_email="nik.digitronik@live.com",
99
classifiers=[
1010
"Natural Language :: English",
11+
"Operating System :: OS Independent",
12+
"Development Status :: 2 - Pre-Alpha",
13+
"Intended Audience :: Developers",
14+
"Topic :: Utilities",
15+
"Topic :: Software Development :: User Interfaces",
1116
"Programming Language :: Python :: 3.4",
1217
"Programming Language :: Python :: 3.5",
1318
"Programming Language :: Python :: 3.6",
1419
"Programming Language :: Python :: 3.7",
1520
"Programming Language :: Python :: 3 :: Only",
16-
"Topic :: Utilities",
17-
"Topic:: Software Development:: Libraries",
18-
"Topic:: Software Development:: User Interfaces",
1921
],
2022
description="Geometry of a rectangular screen region",
2123
entry_points={"console_scripts": ["xrectsel= xrectsel.console:cli"]},

0 commit comments

Comments
 (0)