Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
leshchenko1979 committed Dec 18, 2022
1 parent e00bc47 commit a176590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[metadata]
name = reretry
version = 0.11.7
version = 0.11.8
url = https://github.com/leshchenko1979/reretry
author = leshchenko1979
author_email = [email protected]
description = An easy to use, but functional decorator for retrying on exceptions.
license = Apache License 2.0
long_description = README.md
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Intended Audience :: Developers
Expand All @@ -26,5 +26,4 @@ classifiers =
universal = 1

[options]
include_package_data=True
python_requires = >=3.7
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@


setup(
packages=find_packages(),
pbr=True,
setup_requires=['pbr'],
packages=find_packages(exclude=["tests"]),
)

0 comments on commit a176590

Please sign in to comment.