Skip to content

Commit 8ce2a6e

Browse files
committed
Merge pull request pypa#153 from vitalk/single-source-version-example
Don't hardcode path to package in example
2 parents 059d0c2 + 56cc93e commit 8ce2a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/single_source_version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are a few techniques to store the version in your project code without dup
3131

3232
setup(
3333
...
34-
version=find_version("package/__init__.py")
34+
version=find_version("package", "__init__.py")
3535
...
3636
)
3737

0 commit comments

Comments
 (0)