Skip to content

Commit

Permalink
Merge pull request #222 from mgorny/no-install-tests
Browse files Browse the repository at this point in the history
Do not install "tests" package
  • Loading branch information
JWCook committed Apr 10, 2021
2 parents a9dd85a + 430424b commit f6a8f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@

setup(
name='requests-cache',
packages=find_packages(),
packages=find_packages(exclude=['tests*']),
version=__version__,
author='Roman Haritonov',
author_email='reclosedev@gmail.com',
Expand Down

0 comments on commit f6a8f32

Please sign in to comment.