Merge pull request #5 from starenka/patch-1

pathoc missing from setup.py/setup(scripts=)
This commit is contained in:
Aldo Cortesi 2012-08-24 16:23:20 -07:00
commit 2597d24b33
1 changed files with 1 additions and 1 deletions

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