We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cb843c + a7bc3b5 commit dafc55aCopy full SHA for dafc55a
.gitignore
@@ -2,3 +2,4 @@ htgettoken-*.tar.gz
2
htgettoken.egg-info/
3
dist/
4
man1/
5
+__pycache__/
htgettoken.py renamed to htgettoken/__init__.py
setup.cfg
@@ -29,8 +29,7 @@ classifiers =
29
30
[options]
31
# contents
32
-py_modules =
33
- htgettoken
+packages = find:
34
scripts =
35
htdestroytoken
36
htdecodetoken
0 commit comments