Skip to content

Commit 530411f

Browse files
authored
Merge pull request prometheus#123 from mrueg/setuppy
Rename extras_requires to extras_require
2 parents c1e4426 + 8fcc6bb commit 530411f

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)