Skip to content

Commit

Permalink
include license, readme, tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gooofy committed Mar 19, 2019
1 parent 8b87959 commit 0ebd527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.adoc
include LICENSE
include tests/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name ='py-espeak-ng',
version ='0.1.7',
version ='0.1.8',
description ='Python interface for eSpeak NG',
long_description = open('README.md').read(),
url ='https://github.com/gooofy/py-espeak-ng',
Expand Down

0 comments on commit 0ebd527

Please sign in to comment.