-
Notifications
You must be signed in to change notification settings - Fork 28
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
Showing
4 changed files
with
13 additions
and
118 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
### 0.1.3 (04/06/2019) | ||
* More PyPi issues fixed | ||
|
||
### 0.1.2 (04/06/2019) | ||
* PyPi issues fixed | ||
|
||
### 0.1.1 (04/06/2019) | ||
* No useful changes | ||
|
||
### 0.1.0 (04/06/2019) | ||
* Initial release. |
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 was deleted.
Oops, something went wrong.
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,13 +2,13 @@ | |
setup( | ||
name = 'image_bbox_slicer', | ||
packages = ['image_bbox_slicer'], | ||
version = '0.1.2', | ||
version = '0.1.3', | ||
license='MIT', | ||
long_description = open('docs/DESC.md').read() + '\n\n' + open('HISTORY.md').read(), | ||
long_description = 'This easy-to-use library splits images and its bounding box annotations into tiles, both into specific sizes and into any arbitrary number of equal parts. Read the docs at https://image-bbox-slicer.readthedocs.io/en/latest/.', | ||
author = 'AKSHAY CHANDRA LAGANDULA', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/akshaychandra21/image_bbox_slicer/', | ||
download_url = 'https://github.com/akshaychandra21/image_bbox_slicer/archive/v0.1.2.tar.gz', | ||
download_url = 'https://github.com/akshaychandra21/image_bbox_slicer/archive/v0.1.3.tar.gz', | ||
keywords = ['IMAGE SLICER', 'BOUNDING BOX SLICER', 'SLICER', 'PASCAL VOC SLICER', 'OBJECT DETECTION'], | ||
install_requires=[ | ||
'Pillow', | ||
|