-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d50f2c
commit 1e9f5b7
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
|
||
from .loosejson import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,12 @@ | |
setup( | ||
name = 'loosejson', | ||
packages = ['loosejson'], | ||
version = '1.0.0', | ||
description = 'A library containing basic code useful when creating Docker Images for elody.com', | ||
long_description = 'A library containing basic code useful when creating Docker Images for elody.com', | ||
version = '1.0.3', | ||
description = '', | ||
long_description = '', | ||
author = 'Florian Dietz', | ||
author_email = '[email protected]', | ||
url = '', | ||
license = 'MIT', | ||
package_data={ | ||
'': ['*.txt'], | ||
|