diff options
author | Monty Taylor <mordred@inaugust.com> | 2016-10-13 11:01:04 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2016-10-13 11:26:17 -0500 |
commit | 94baa515d3b63864fb0f1a5fc8f82b2c2226feb1 (patch) | |
tree | 6bd812b2ab96d1247e14251f6f1a65b9e6b7edfb /setup.cfg | |
parent | 968571920b33dc4b5190581abe6140945b49da6d (diff) |
Add the ttrun command1.0.1
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,3 +20,7 @@ classifier = | |||
20 | [files] | 20 | [files] |
21 | packages = | 21 | packages = |
22 | ttrun | 22 | ttrun |
23 | |||
24 | [entry_points] | ||
25 | console_scripts = | ||
26 | ttrun = ttrun.cmd:main | ||