From cc784751a46441a707c72b72293ee6aa9da143b1 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 15 Jun 2013 09:54:17 +0200 Subject: Ship the requirements file with the sdist and the bvg-grabber.py as a script. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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', -- cgit v1.2.3