summaryrefslogtreecommitdiff
path: root/classifiers.txt
diff options
context:
space:
mode:
authorAlexey Stepanov <penguinolog@users.noreply.github.com>2023-04-03 09:45:13 +0200
committerGitHub <noreply@github.com>2023-04-03 09:45:13 +0200
commit11a470c3d02a204faf7adf6a361ae8f51989d7dc (patch)
tree37c0149db33f2d19128c35ae1446e543aa351e63 /classifiers.txt
parent0a5518eb04ee6b22d425dacd2be0897916380c7f (diff)
downloadurwid-11a470c3d02a204faf7adf6a361ae8f51989d7dc.tar.gz
Update readme and build system (#526)
* Sunset of travis: non-commercial travis is closed * Use PEP517 driven build * stop calling tests deprecated way (via setup.py) * Update readme to allow removing of magic (badges maybe included in package) * Temporary do not display coverage: coveralls require reconfiguration * Remove unsupported python mention in readme Co-authored-by: Aleksei Stepanov <alekseis@nvidia.com>
Diffstat (limited to 'classifiers.txt')
-rw-r--r--classifiers.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/classifiers.txt b/classifiers.txt
new file mode 100644
index 0000000..a01ca86
--- /dev/null
+++ b/classifiers.txt
@@ -0,0 +1,19 @@
+Development Status :: 5 - Production/Stable
+Environment :: Console
+Environment :: Console :: Curses
+Intended Audience :: Developers
+License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
+Operating System :: POSIX
+Operating System :: Unix
+Operating System :: MacOS :: MacOS X
+Topic :: Software Development :: Libraries :: Python Modules
+Topic :: Software Development :: Widget Sets
+Programming Language :: Python :: 3
+Programming Language :: Python :: 3.7
+Programming Language :: Python :: 3.8
+Programming Language :: Python :: 3.9
+Programming Language :: Python :: 3.10
+Programming Language :: Python :: 3.11
+Programming Language :: Python :: 3 :: Only
+Programming Language :: Python :: Implementation :: CPython
+Programming Language :: Python :: Implementation :: PyPy \ No newline at end of file