File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
#
37
37
# For a discussion on single-sourcing the version across setup.py and the
38
38
# project code, see
39
- # https://packaging.python.org/en/latest/single_source_version.html
39
+ # https://packaging.python.org/guides/single-sourcing-package-version/
40
40
version = '2.0.0' , # Required
41
41
42
42
# This is a one-line description or tagline of what your project does. This
143
143
# installed, so they must be valid existing projects.
144
144
#
145
145
# For an analysis of "install_requires" vs pip's requirements files see:
146
- # https://packaging.python.org/discussions/install-requires-vs-requirements
146
+ # https://packaging.python.org/discussions/install-requires-vs-requirements/
147
147
install_requires = ['peppercorn' ], # Optional
148
148
149
149
# List additional groups of dependencies here (e.g. development
You can’t perform that action at this time.
0 commit comments