Skip to content

Commit

Permalink
Merge branch 'release/2.5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jan 25, 2021
2 parents 0abc39f + 20fbbb6 commit a61c528
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion python_utils/__about__.py
@@ -1,5 +1,5 @@
__package_name__ = 'python-utils'
__version__ = '2.5.2'
__version__ = '2.5.3'
__author__ = 'Rick van Hattem'
__author_email__ = 'Wolph@wol.ph'
__description__ = (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
description=about['__description__'],
url=about['__url__'],
license='BSD',
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=['_python_utils_tests']),
long_description=long_description,
install_requires=['six'],
tests_require=['pytest'],
Expand Down

0 comments on commit a61c528

Please sign in to comment.