Skip to content

Commit 94be0e9

Browse files
committed
Update MANIFEST template
1 parent d1c92f4 commit 94be0e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

MANIFEST.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ include INSTALL.txt
33
include LICENSE.txt
44
include MANIFEST.in
55
include README.rst
6-
recursive-include docs *.txt
6+
include versions.cfg
7+
include buildout.cfg
8+
include bootstrap.py
9+
recursive-include docs *
710
recursive-include tagging/tests *.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def fullsplit(path, result=None):
5050

5151
setup(
5252
name = 'django-tagging',
53-
version = tagging.get_version(),
53+
version = tagging.__version__,
5454
description = 'Generic tagging application for Django',
5555
author = 'Jonathan Buchanan',
5656
author_email = '[email protected]',

0 commit comments

Comments
 (0)