From 6d15943acc529f8e54ffba956d600d191cb8347f Mon Sep 17 00:00:00 2001 From: starenka Date: Sat, 25 Aug 2012 01:40:26 +0300 Subject: [PATCH] pathoc missing from setup.py/setup(scripts=) pathoc was not specified as distributed script --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc6ecd9f3..0e4e36f1a 100644 --- a/setup.py +++ b/setup.py @@ -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",