Skip to content

Commit

Permalink
Add bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Friedrich committed Jan 28, 2018
1 parent 8cc6939 commit 9ba9016
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/tmep-doc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /usr/bin/env python

from tmep import doc

documentation = doc.Doc()
print(documentation.get())
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ def read(fname):
'Development Status :: 5 - Production/Stable',
'Topic :: Utilities',
],
scripts=['bin/tmep-doc'],
zip_safe=False, )

0 comments on commit 9ba9016

Please sign in to comment.