Skip to content

Commit bed0900

Browse files
committed
version 0.1
1 parent 0a2899b commit bed0900

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.md
2+
include LICENSE

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ defined in `LICENSE`.
142142

143143
## Change Log
144144

145-
### Version 0.0.1 (2017/11/??)
145+
### Version 0.0.1 (2017/11/10)
146146

147147
The initial release.

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[bdist_wheel]
22
universal=1
3+
4+
[metadata]
5+
license_file = LICENSE

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
setup(
38-
name='Python-Markdown Github Links',
38+
name='mdx_gh_links',
3939
description='An extension to Python-Markdown which adds support for '
4040
'shorthand links to GitHub users, repositories, issues and commits.',
4141
version='0.1',

0 commit comments

Comments
 (0)