Skip to content

Commit 24ddb3a

Browse files
committed
Merge pull request pypa#23 from johbo/fix-version-url
Fix URL pointing to discussion about single sourcing the version
2 parents a0cb7c8 + b4c439f commit 24ddb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Versions should comply with PEP440. For a discussion on single-sourcing
1515
# the version across setup.py and the project code, see
16-
# http://packaging.python.org/en/latest/tutorial.html#version
16+
# https://packaging.python.org/en/latest/development.html#single-sourcing-the-version
1717
version='1.2.0',
1818

1919
description='A sample Python project',

0 commit comments

Comments
 (0)