diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..1aba38f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE diff --git a/setup.py b/setup.py index 340a84c..f6ccadf 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,8 @@ # -*- coding: UTF-8 -*- from distutils.core import setup from setuptools import find_packages -import time -_version = "0.2.dev%s" % int(time.time()) +_version = "0.3" _packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]) _short_description = "pylint-celery is a Pylint plugin to aid Pylint in recognising and understanding" \