You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
439 B

  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -27,15 +27,6 @@ setup(
  4. "attrs",
  5. "six",
  6. ],
  7. - extras_require={
  8. - "visualize": ["graphviz>0.5.1",
  9. - "Twisted>=16.1.1"],
  10. - },
  11. - entry_points={
  12. - "console_scripts": [
  13. - "automat-visualize = automat._visualize:tool"
  14. - ],
  15. - },
  16. author='Glyph',
  17. author_email='glyph@twistedmatrix.com',
  18. include_package_data=True,