python-automat: update to 0.7.0, refresh patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2018-06-25 02:30:08 +08:00
parent 1cede43ab7
commit 6e0c997405
4 changed files with 6 additions and 6 deletions

View File

@@ -26,5 +26,5 @@
- 'm2r',
- ],
install_requires=[
"attrs",
"attrs>=16.1.0",
"six",

View File

@@ -1,7 +1,7 @@
--- a/setup.py
+++ b/setup.py
@@ -27,15 +27,6 @@ setup(
"attrs",
"attrs>=16.1.0",
"six",
],
- extras_require={

View File

@@ -8,7 +8,7 @@
+ packages=find_packages(exclude=["*._test", "*._test.*"]),
package_dir={'automat': 'automat'},
install_requires=[
"attrs",
"attrs>=16.1.0",
@@ -30,6 +30,7 @@ setup(
author='Glyph',
author_email='glyph@twistedmatrix.com',
@@ -16,4 +16,4 @@
+ exclude_package_data={'':['_test/*']},
license="MIT",
keywords='fsm finite state machine automata',
)
classifiers=[