aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Touhey <thomas@touhey.fr>2019-05-12 13:33:14 +0200
committerThomas Touhey <thomas@touhey.fr>2019-05-12 13:33:14 +0200
commit71d92d00bb625a2eb9bf767e81b0b35cd56b9113 (patch)
tree3448eb5999394046d5353c4b69826347784df8b3 /setup.cfg
parent1727265b45441f142c29b14b92ac1404b2bcd00c (diff)
Corrections and made the builtin module public
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index dfd9203..7ff488f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,8 @@ long_description = file: README.rst
keywords = textout, color, parser, css
license = MIT
classifiers =
- Development Status :: 2 - Pre-Alpha
+ Development Status :: 4 - Beta
+ Natural Language :: English
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
@@ -21,8 +22,7 @@ classifiers =
[options]
zip_safe = False
include_package_data = True
-packages = thcolor, thcolor._builtin
-test_suite = test
+packages = thcolor, thcolor.builtin
install_requires =
regex