ports/devel/py-Automat/files/patch-setup.py
Dmitry Sivachenko fd59e8bd1b New port: py-Automat
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>
2017-02-18 07:34:43 +00:00

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',