summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrizzly nyo <grizzly.nyo@gmail.com>2013-08-31 18:05:58 +0300
committergrizzly nyo <grizzly.nyo@gmail.com>2013-08-31 18:05:58 +0300
commit70cf4a11d33ec8aeb6f7da238a6f8125c8383cbe (patch)
treed63ee31efc97fc7ec8f262a6abd9b4d1eda36614
parent9230398e660b715ef1bb5183910aab550503c64f (diff)
downloadpylint-70cf4a11d33ec8aeb6f7da238a6f8125c8383cbe.tar.gz
Packaging fixes:
* update version string for docs * doc's conf.py was missing in sdist
-rw-r--r--MANIFEST.in2
-rw-r--r--doc/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0d63cf1..32ec38e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,7 +6,7 @@ include bin/*
include examples/*.py examples/pylintrc examples/pylintrc_camelcase
include elisp/startup elisp/*.el
include man/*.1
-recursive-include doc *.rst *.jpeg Makefile *.html
+recursive-include doc *.rst *.jpeg Makefile *.html *.py
recursive-include test *.py *.txt *.txt2 *.dot *.sh
include test/input/similar* noext
include test/input/noext
diff --git a/doc/conf.py b/doc/conf.py
index 77d489e..3aaf613 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@ copyright = u'2013, Logilab and contributors'
# built documents.
#
# The short X.Y version.
-version = '0.27'
+version = '1.0.0'
# The full version, including alpha/beta/rc tags.
-release = '0.27'
+release = '1.0.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.