Changeset 242:60a76a97a853
- Timestamp:
- Sep 4, 2018, 9:28:38 AM (4 years ago)
- Branch:
- default
- hg-git-rename-source:
- git
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README.rst
r240 r242 60 60 61 61 62 Name63 ----64 65 Wokkel lends it name from a popular twisted savory snack in the Netherlands.66 67 68 62 Author 69 63 ------ … … 73 67 <xmpp:ralphm@ik.nu> 74 68 69 70 Name 71 ---- 72 73 Wokkel lends it name from a popular twisted savory snack in the Netherlands. 74 75 75 76 .. |pypi| image:: http://img.shields.io/pypi/v/wokkel.svg 76 77 .. _pypi: https://pypi.python.org/pypi/wokkel -
setup.py
r241 r242 68 68 "pyflakes", 69 69 "coverage", 70 "pydoctor",71 70 "sphinx", 72 71 "towncrier", 73 72 ], 73 "dev:python_version<'3'": "pydoctor", 74 74 }, 75 75 )
Note: See TracChangeset
for help on using the changeset viewer.