We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b87959 commit 0ebd527Copy full SHA for 0ebd527
MANIFEST.in
@@ -0,0 +1,3 @@
1
+include README.adoc
2
+include LICENSE
3
+include tests/*
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
4
5
setup(name ='py-espeak-ng',
6
- version ='0.1.7',
+ version ='0.1.8',
7
description ='Python interface for eSpeak NG',
8
long_description = open('README.md').read(),
9
url ='https://github.com/gooofy/py-espeak-ng',
0 commit comments