Skip to content

Commit 0ebd527

Browse files
committed
include license, readme, tests
1 parent 8b87959 commit 0ebd527

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include README.adoc
2+
include LICENSE
3+
include tests/*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

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

0 commit comments

Comments
 (0)