File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11include requirements/*
22include MANIFEST.in
3- include README.md
3+ include README.rst
44include LICENSE
55recursive-exclude * *.py[co]
66recursive-exclude * *~
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ latest changes in development for next release
1111
1212.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1313
14- 1.0.2
14+ 1.0.1
1515-----
1616
1717* several bug fixes, including:
Original file line number Diff line number Diff line change 44from . import filth
55from . import detectors
66
7- __version__ = VERSION = "1.0.2 "
7+ __version__ = VERSION = "1.0.1 "
88
99
1010def clean (text , cls = None , ** kwargs ):
Original file line number Diff line number Diff line change 3636 license = 'MIT' ,
3737 packages = [
3838 'scrubadub' ,
39+ 'scrubadub.filth' ,
40+ 'scrubadub.detectors' ,
3941 ],
4042 install_requires = dependencies ,
4143 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments