Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
(RELEASE) Fix dependency issue in 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-b committed Nov 23, 2017
1 parent 82d979d commit bdb4436
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
setup(
name = 'greedypacker',
packages = ['greedypacker'],
version = '0.2',
version = '0.3.1',
description = 'A two dimensional binpacking library',
author = 'Solomon Bothwell',
author_email = '[email protected]',
license = 'Apache2',
url = 'https://github.com/ssbothwell/BinPack',
download_url = 'https://github.com/ssbothwell/BinPack/archive/0.1.tar.gz',
install_requires = [ 'sortedcontainers'],
download_url = 'https://github.com/ssbothwell/BinPack/archive/0.3.1.tar.gz',
keywords = ['binpacking', 'algorithm', 'greedy', 'library'],
classifiers = [],
python_requires='>=3',
Expand Down

0 comments on commit bdb4436

Please sign in to comment.