summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-03-22 05:30:18 -0700
committerBrian Dolbec <dolsen@gentoo.org>2017-03-22 05:49:59 -0700
commit5652d384516cf7ecaaa0400601619ab2dfe1b7b1 (patch)
tree2efa27247d7c73062186433f0a0ee45d543bfe48 /setup.py
parent60d2f9b26ba4cff6782062a7cb1fdb289bd8276e (diff)
downloadgentoolkit-5652d384516cf7ecaaa0400601619ab2dfe1b7b1.tar.gz
imlate: Initial updates for the gentoolkit eco-system
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 02363ec..23b986d 100755
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@ python_scripts = [(os.path.join(cwd, path), '__version__ = ') for path in (
'pym/gentoolkit/ekeyword/ekeyword.py',
'pym/gentoolkit/equery/__init__.py',
'pym/gentoolkit/eshowkw/__init__.py',
+ 'pym/gentoolkit/imlate/imlate.py',
'pym/gentoolkit/revdep_rebuild/__init__.py'
)]