Remove version caps

Version caps can make it hard to use this library
as they impose restrictions on the application/other
library consuming this library so just remove them.
This commit is contained in:
Joshua Harlow
2014-12-05 14:57:27 -08:00
parent a84405e226
commit b87aefcc37
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[metadata]
name = automaton
summary = Machines for python.
summary = Friendly state machines for python.
requires-python = >=2.6
author = Joshua Harlow
author-email = harlowja@gmail.com