Skip to content

Commit 2833b3a

Browse files
committed
publish deps
1 parent 49c09bc commit 2833b3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
tests_require = [
1111
'pytest',
1212
'python-dateutil>=2.7.5',
13-
]
13+
]
1414

1515
with open("README.md", "r") as fh:
1616
long_description = fh.read()
@@ -27,10 +27,11 @@
2727
tests_require=tests_require,
2828
extras_require={
2929
'test': tests_require,
30+
'publish': ['wheel']
3031
},
3132
description='Barchart Openfeed Example Client for Python',
3233
long_description=long_description,
3334
long_description_content_type="text/markdown",
3435
download_url='https://github.com/openfeed-org/sdk-python/archive/master.zip',
3536
keywords=[]
36-
)
37+
)

0 commit comments

Comments
 (0)