Skip to content

Commit 1a8ca9c

Browse files
authored
Merge pull request #1 from papachoco/python26_argparse
Add extras_require
2 parents 69e3626 + 4ff4738 commit 1a8ca9c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@ def read(fname):
1818
classifiers=[
1919
"License :: OSI Approved :: BSD License",
2020
],
21-
scripts=['bin/pystatsd-server']
21+
scripts=['bin/pystatsd-server'],
22+
extras_require={
23+
':python_version == "2.6"': [
24+
'argparse',
25+
],
26+
},
2227
)

0 commit comments

Comments
 (0)