Updates to 0.4.1, pkgmeta included directly in setup.

This commit is contained in:
Steven Skoczen
2017-11-28 12:07:31 +13:00
parent 0abe0a29e8
commit b132a6f5b3
2 changed files with 5 additions and 12 deletions

View File

@@ -1,8 +0,0 @@
pkgmeta = dict(
__title__='markdownify',
__author__='Matthew Tretter',
__version__='0.4.0',
)
globals().update(pkgmeta)
__all__ = pkgmeta.keys()