diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..04f196a --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include README.md +include LICENSE diff --git a/README.md b/README.md index ba2bc02..1544c76 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,6 @@ defined in `LICENSE`. ## Change Log -### Version 0.0.1 (2017/11/??) +### Version 0.0.1 (2017/11/10) The initial release. diff --git a/setup.cfg b/setup.cfg index 3c6e79c..5c6311d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [bdist_wheel] universal=1 + +[metadata] +license_file = LICENSE diff --git a/setup.py b/setup.py index c0c0bab..cc91ef3 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( - name='Python-Markdown Github Links', + name='mdx_gh_links', description='An extension to Python-Markdown which adds support for ' 'shorthand links to GitHub users, repositories, issues and commits.', version='0.1',