Skip to content

Commit 0458558

Browse files
author
John Backus
committed
configured setup.py to include dependencies so pip install works
1 parent d0476ad commit 0458558

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='blockscore',
11-
version='0.1.0',
11+
version='1.0.0',
1212
description='Official BlockScore API library client for python',
1313
author='John Backus',
1414
author_email='[email protected]',
@@ -18,8 +18,9 @@
1818
'requests >= 2.1.0'
1919
],
2020
packages=[
21-
'block_score'
21+
'blockscore'
2222
],
23+
package_data = {'blockscore': ['api/*', 'error/*','http_client/*']},
2324
classifiers=[
2425
'Development Status :: 5 - Production/Stable',
2526
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)