Skip to content

Commit bdbc5e2

Browse files
author
rharlev
committed
move to root
1 parent a419148 commit bdbc5e2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
name='jsonbox',
55
description='Python wrapper for jsonbox.io',
66
url='https://github.com/harlev/jsonbox-python',
7-
version='0.1.0',
8-
packages=['jsonbox'],
7+
version='0.1.2',
8+
packages=['.'],
99
license='MIT',
1010
long_description=open('README.md').read(),
1111
long_description_content_type="text/markdown",

tests/test_jsonbin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from jsonbox.jsonbox import JsonBox
2+
from jsonbox import JsonBox
33

44
TEST_BOX_ID = "test_gywvcu8ew7t7gascbascbuwd"
55
TEST_COLLECTION_ID = "collection_427453"

0 commit comments

Comments
 (0)