Skip to content

Commit a7bc3b5

Browse files
restructure htgettoken.py into a package
in order to easily support other modules/subpackages in the future
1 parent 8cb843c commit a7bc3b5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ htgettoken-*.tar.gz
22
htgettoken.egg-info/
33
dist/
44
man1/
5+
__pycache__/
File renamed without changes.

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ classifiers =
2929

3030
[options]
3131
# contents
32-
py_modules =
33-
htgettoken
32+
packages = find:
3433
scripts =
3534
htdestroytoken
3635
htdecodetoken

0 commit comments

Comments
 (0)