Skip to content

Commit dafc55a

Browse files
authored
Merge pull request #110 from duncanmmacleod/htgettoken-package
Restructure htgettoken.py into a Python package
2 parents 8cb843c + a7bc3b5 commit dafc55a

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)