mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-16 22:10:24 +00:00
added license and manifest template, bumped alpha version
This commit is contained in:
parent
d9543dbffb
commit
685bfd4ba7
3 changed files with 3 additions and 1 deletions
1
LICENSE
Normal file
1
LICENSE
Normal file
|
|
@ -0,0 +1 @@
|
|||
A Public Domain work. Do as you wish.
|
||||
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
include README.markdown LICENSE
|
||||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
|
||||
VERSION = '0.1.1a1'
|
||||
VERSION = '0.1.1a2'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
|
|||
Loading…
Reference in a new issue