summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-10-13 11:01:04 -0500
committerMonty Taylor <mordred@inaugust.com>2016-10-13 11:26:17 -0500
commit94baa515d3b63864fb0f1a5fc8f82b2c2226feb1 (patch)
tree6bd812b2ab96d1247e14251f6f1a65b9e6b7edfb /setup.cfg
parent968571920b33dc4b5190581abe6140945b49da6d (diff)
Add the ttrun command1.0.1
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 483e178..fe41412 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,3 +20,7 @@ classifier =
20[files] 20[files]
21packages = 21packages =
22 ttrun 22 ttrun
23
24[entry_points]
25console_scripts =
26 ttrun = ttrun.cmd:main