diff options
author | Monty Taylor <mordred@inaugust.com> | 2016-10-13 11:50:15 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2016-10-13 11:50:15 -0500 |
commit | 2757b2848f58c383db69872cc223d98566c46e88 (patch) | |
tree | bb71b4356fbd195c827f8af7e0220fe3cbbcd37a /setup.cfg | |
parent | 9b92de5f0f6564def0824328bd82b6269d0fbef7 (diff) |
Update README formatting and make wheels universal1.0.3
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,3 +24,6 @@ packages = | |||
24 | [entry_points] | 24 | [entry_points] |
25 | console_scripts = | 25 | console_scripts = |
26 | ttrun = ttrun.cmd:main | 26 | ttrun = ttrun.cmd:main |
27 | |||
28 | [wheel] | ||
29 | universal = 1 | ||