pathoc missing from setup.py/setup(scripts=)

pathoc was not specified as distributed script
This commit is contained in:
starenka 2012-08-25 01:40:26 +03:00
parent 384e2f93c3
commit 6d15943acc

View File

@ -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",