mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). PR: 217186 Submitted by: John W. O'Brien <john@saltant.com>
13 lines
398 B
Python
13 lines
398 B
Python
--- setup.py.orig 2017-02-18 00:40:15 UTC
|
|
+++ setup.py
|
|
@@ -39,8 +39,8 @@ setup(
|
|
"automat-visualize = automat._visualize:tool"
|
|
],
|
|
},
|
|
- author_name='Glyph',
|
|
- author_mail='glyph@twistedmatrix.com',
|
|
+ author='Glyph',
|
|
+ author_email='glyph@twistedmatrix.com',
|
|
include_package_data=True,
|
|
license="MIT",
|
|
keywords='fsm finite state machine automata',
|