Skip to content

Commit 7144207

Browse files
committed
fix setup
1 parent 24bf2ce commit 7144207

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[egg_info]
2-
tag_build = dev
3-
tag_svn_revision = true
2+
tag_build =
3+
tag_svn_revision = false

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
version=version,
88
description="Import CSV files to django models",
99
long_description=open("README.rst").read() + "\n" +
10-
open(os.path.join("docs", "TODO.rst").read() + "\n" +
10+
open(os.path.join("docs", "TODO.rst")).read() + "\n" +
1111
open(os.path.join("docs", "HISTORY.rst")).read(),
1212
# Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
1313
classifiers=[

0 commit comments

Comments
 (0)