8000 Convert remaining uritemplate.py references · pythonthings/github3.py@0a4b59a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a4b59a

Browse files
committed
Convert remaining uritemplate.py references
In particular, fix setup.cfg to match setup.py, so that wheel installs will grab the correct PyPI package.
1 parent bbed706 commit 0a4b59a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,5 @@ Contributors
132132
- Billy Keyes (@bluekeyes)
133133

134134
- Evan Borgstrom (@borgstrom)
135+
136+
- Jordan Moldow (@jmoldow)

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Dependencies
1717
------------
1818

1919
- requests_ by Kenneth Reitz
20-
- uritemplate.py_ by Ian Cordasco
20+
- uritemplate_ by Ian Cordasco
2121

2222
.. _requests: https://github.com/kennethreitz/requests
23-
.. _uritemplate.py: https://github.com/sigmavirus24/uritemplate
23+
.. _uritemplate: https://github.com/sigmavirus24/uritemplate
2424

2525
Contributing
2626
------------

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ Dependencies
111111
~~~~~~~~~~~~
112112

113113
- requests_ by Kenneth Reitz
114-
- uritemplate.py_ by Ian Cordasco
114+
- uritemplate_ by Ian Cordasco
115115

116116
.. _requests: https://github.com/kennethreitz/requests
117-
.. _uritemplate.py: https://github.com/sigmavirus24/uritemplate
117+
.. _uritemplate: https://github.com/sigmavirus24/uritemplate
118118

119119

120120
Contributing

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ universal = 1
44
[metadata]
55
requires-dist=
66
requests>=2.0
7-
uritemplate.py>=0.2.0
7+
uritemplate>=3.0.0
88
pyOpenSSL>=0.13; python_version<="2.7"
99
ndg-httpsclient; python_version<="2.7"
1010
pyasn1; python_version<="2.7"

0 commit comments

Comments
 (0)
0