8000 Rename extras_requires to extras_require · techscientist/client_python@8fcc6bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fcc6bb

Browse files
mruegManuel Rüger
authored and
Manuel Rüger
committed
Rename extras_requires to extras_require
1 parent c1e4426 commit 8fcc6bb

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
@@ -12,7 +12,7 @@
1212
keywords = "prometheus monitoring instrumentation client",
1313
url = "https://github.com/prometheus/client_python",
1414
packages=['prometheus_client', 'prometheus_client.bridge', 'prometheus_client.twisted'],
15-
extras_requires={
15+
extras_require={
1616
'twisted': ['twisted'],
1717
},
1818
test_suite="tests",

0 commit comments

Comments
 (0)
0