Manifest file and bump version

This commit is contained in:
Ram Rachum 2019-04-23 14:31:11 +03:00
parent 4a0bec9ded
commit 3d0d0515c3
2 changed files with 4 additions and 1 deletions

3
MANIFEST.in Normal file
View File

@ -0,0 +1,3 @@
include README.md
include requirements.in
include requirements.txt

View File

@ -15,7 +15,7 @@ def read_file(filename):
setuptools.setup(
name='PySnooper',
version='0.0.10',
version='0.0.11',
author='Ram Rachum',
author_email='ram@rachum.com',
description="A poor man's debugger for Python.",