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 a419148 commit bdbc5e2Copy full SHA for bdbc5e2
jsonbox/__init__.py renamed to __init__.py
jsonbox/jsonbox.py renamed to jsonbox.py
setup.py
@@ -4,8 +4,8 @@
4
name='jsonbox',
5
description='Python wrapper for jsonbox.io',
6
url='https://github.com/harlev/jsonbox-python',
7
- version='0.1.0',
8
- packages=['jsonbox'],
+ version='0.1.2',
+ packages=['.'],
9
license='MIT',
10
long_description=open('README.md').read(),
11
long_description_content_type="text/markdown",
tests/test_jsonbin.py
@@ -1,5 +1,5 @@
1
import unittest
2
-from jsonbox.jsonbox import JsonBox
+from jsonbox import JsonBox
3
TEST_BOX_ID = "test_gywvcu8ew7t7gascbascbuwd"
TEST_COLLECTION_ID = "collection_427453"
0 commit comments