Skip to content

Commit 56cc93e

Browse files
committed
Don't hardcode path to package in example
Closes pypa#138.
1 parent 059d0c2 commit 56cc93e

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)