Update package meta

This commit is contained in:
Matthew Tretter
2013-07-31 16:40:56 -04:00
parent fac7b4fb8e
commit 7f75b0bbce
3 changed files with 16 additions and 5 deletions

8
markdownify/pkgmeta.py Normal file
View File

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

View File

@@ -1 +0,0 @@
__version__ = '0.1.0'