Skip to content

Commit 1cc1a57

Browse files
author
Dean Malmgren
committed
more installation fixes
1 parent 30e7f26 commit 1cc1a57

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include requirements/*
22
include MANIFEST.in
3-
include README.md
3+
include README.rst
44
include LICENSE
55
recursive-exclude * *.py[co]
66
recursive-exclude * *~

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

scrubadub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from . import filth
55
from . import detectors
66

7-
__version__ = VERSION = "1.0.2"
7+
__version__ = VERSION = "1.0.1"
88

99

1010
def clean(text, cls=None, **kwargs):

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
license='MIT',
3737
packages=[
3838
'scrubadub',
39+
'scrubadub.filth',
40+
'scrubadub.detectors',
3941
],
4042
install_requires=dependencies,
4143
zip_safe=False,

0 commit comments

Comments
 (0)