summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2013-06-15 09:54:17 +0200
committerJannis Leidel <jannis@leidel.info>2013-06-15 09:54:17 +0200
commitcc784751a46441a707c72b72293ee6aa9da143b1 (patch)
treee1c0b7b502b8b47c32248d4b45a59ed654bf8151 /setup.py
parentc2a656c480002f5778bd720053a59a376d7f934c (diff)
downloadbvg-grabber-cc784751a46441a707c72b72293ee6aa9da143b1.tar.gz
bvg-grabber-cc784751a46441a707c72b72293ee6aa9da143b1.tar.bz2
bvg-grabber-cc784751a46441a707c72b72293ee6aa9da143b1.zip
Ship the requirements file with the sdist and the bvg-grabber.py as a script.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 17b642f..3d4d982 100755
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@ setup(
include_package_data=True,
install_requires=requirements,
test_suite="tests",
+ scripts=['bvg-grabber.py'],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',