From 91da238d2ee7a441f7470902ebef6b06389f27ba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 19:56:17 +0300 Subject: Change to allow releass to be made with bumper --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3389579..7f5b816 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,8 @@ from distutils.core import setup, Extension from distutils.command.build import build import subprocess +import copystmtlint + class Build(build): @@ -35,12 +37,13 @@ class Build(build): setup(name='copyright-statement-lint', - version='0.2', + version=copystmtlint.__version__, description='check copyright statements in source files', author='Lars Wirzenius', author_email='liw@liw.fi', url='http://liw.fi/copyright-statement-lint/', scripts=['copyright-statement-lint'], + packages=['copystmtlint'], cmdclass={ 'build': Build, }, -- cgit v1.2.1