diff options
| author | starenka <starenka0@gmail.com> | 2012-08-25 01:40:26 +0300 |
|---|---|---|
| committer | starenka <starenka0@gmail.com> | 2012-08-25 01:40:26 +0300 |
| commit | 6d15943acc529f8e54ffba956d600d191cb8347f (patch) | |
| tree | 601980411db830b83c48096a8ad5ae072fd68c55 | |
| parent | 384e2f93c332f4f1b70422dd2197fea66d05c27c (diff) | |
| download | mitmproxy-6d15943acc529f8e54ffba956d600d191cb8347f.tar.gz mitmproxy-6d15943acc529f8e54ffba956d600d191cb8347f.tar.bz2 mitmproxy-6d15943acc529f8e54ffba956d600d191cb8347f.zip | |
pathoc missing from setup.py/setup(scripts=)
pathoc was not specified as distributed script
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ setup( url = "http://pathod.net", packages = packages, package_data = package_data, - scripts = ["pathod"], + scripts = ["pathod", "pathoc"], classifiers = [ "License :: OSI Approved :: MIT License", "Development Status :: 3 - Alpha", |
