mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-07-25 03:47:17 +00:00
Manifest file and bump version
This commit is contained in:
parent
4a0bec9ded
commit
3d0d0515c3
2 changed files with 4 additions and 1 deletions
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
|
|
@ -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(
|
||||
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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue