summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2020-06-19 12:19:03 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2020-06-19 12:19:03 -0400
commitbb1a0e05891b9a0913fcde44efeae09bc8046800 (patch)
tree480a3f2d529284c3af0ab9ebed0160f8e9cd361d /setup.cfg
parent99b9f85cd00b09bb4c8cce23f06e756c1d8f4b62 (diff)
downloadpyjwt-remove-cli.tar.gz
Remove cli entrypointremove-cli
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index c1d2c3b..6f774f9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,10 +32,6 @@ classifiers =
python_requires = >=3.5
packages = find:
-[options.entry_points]
-console_scripts =
- pyjwt = jwt.__main__:main
-
[options.extras_require]
docs =
sphinx