We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c09bc commit 2833b3aCopy full SHA for 2833b3a
setup.py
@@ -10,7 +10,7 @@
10
tests_require = [
11
'pytest',
12
'python-dateutil>=2.7.5',
13
- ]
+]
14
15
with open("README.md", "r") as fh:
16
long_description = fh.read()
@@ -27,10 +27,11 @@
27
tests_require=tests_require,
28
extras_require={
29
'test': tests_require,
30
+ 'publish': ['wheel']
31
},
32
description='Barchart Openfeed Example Client for Python',
33
long_description=long_description,
34
long_description_content_type="text/markdown",
35
download_url='https://github.com/openfeed-org/sdk-python/archive/master.zip',
36
keywords=[]
-)
37
+)
0 commit comments