Skip to content

Commit

Permalink
more installation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Oct 31, 2015
1 parent 30e7f26 commit 1cc1a57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include requirements/*
include MANIFEST.in
include README.md
include README.rst
include LICENSE
recursive-exclude * *.py[co]
recursive-exclude * *~
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ latest changes in development for next release

.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1.0.2
1.0.1
-----

* several bug fixes, including:
Expand Down
2 changes: 1 addition & 1 deletion scrubadub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from . import filth
from . import detectors

__version__ = VERSION = "1.0.2"
__version__ = VERSION = "1.0.1"


def clean(text, cls=None, **kwargs):
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
license='MIT',
packages=[
'scrubadub',
'scrubadub.filth',
'scrubadub.detectors',
],
install_requires=dependencies,
zip_safe=False,
Expand Down

0 comments on commit 1cc1a57

Please sign in to comment.