mirror of https://github.com/cool-RR/PySnooper.git
Manifest file and bump version
This commit is contained in:
parent
4a0bec9ded
commit
3d0d0515c3
|
@ -0,0 +1,3 @@
|
||||||
|
include README.md
|
||||||
|
include requirements.in
|
||||||
|
include requirements.txt
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ def read_file(filename):
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='PySnooper',
|
name='PySnooper',
|
||||||
version='0.0.10',
|
version='0.0.11',
|
||||||
author='Ram Rachum',
|
author='Ram Rachum',
|
||||||
author_email='ram@rachum.com',
|
author_email='ram@rachum.com',
|
||||||
description="A poor man's debugger for Python.",
|
description="A poor man's debugger for Python.",
|
||||||
|
|
Loading…
Reference in New Issue