X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a622d90bbeccf29319dc2c3142a93ae1010648fe..3659ef88d90c0c76acb34c448fb8f61087ff25b8:/setup.py diff --git a/setup.py b/setup.py index 1a7a3f0..7888f29 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup(name = 'stgit', url = 'http://www.procode.org/stgit/', description = 'Stacked GIT', long_description = 'Push/pop utility on top of GIT', - scripts = ['stg', 'gitmergeonefile.py'], + scripts = ['stg'], packages = ['stgit', 'stgit.commands'], data_files = [('share/stgit/templates', glob.glob('templates/*.tmpl')), ('share/stgit/examples', glob.glob('examples/*.tmpl')),