Skip to content

Commit

Permalink
making setup follow newer specs
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-s-s committed Aug 28, 2017
1 parent 92c7d85 commit 1b98b13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


#################
dicetables v2.4.1
dicetables v2.4.2
#################

Calculate the Combinations For Any Set of Dice
Expand Down Expand Up @@ -157,8 +157,9 @@ since v2.2.0
- Improved ExplodingOn speed.
- Added `parse_die_within_limits` function to parser. Also added limit values. Changed getters to properties.

from v2.4.0 to v2.4.1
from v2.4.0 to v2.4.2

- fixed error where `parse_die_within_limits` failed when using default values for dice.
- `parse_die_within_limits` now raises `LimitsError`

.. _`The Dice` : http://dice-tables.readthedocs.io/en/latest/the_dice.html
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def readme():
return f.read()

setup(name='dicetables',
version='2.4.1',
version='2.4.2',
description='get all combinations for any set of dice',
long_description=readme(),
keywords='dice, die, statistics, table, probability, combinations',
Expand Down

0 comments on commit 1b98b13

Please sign in to comment.