From 8ca5d6a33a04c4a32b473eb95c87cc9db0b6878a Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Sat, 5 Aug 2023 14:31:08 -0300 Subject: [PATCH] build: remove `pathlib` from `install_requires` --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 1d6bbc9..604be16 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,6 @@ setup( name='gitignore_parser', version='0.1.5', - install_requires=["pathlib; python_version < '3.0'"], description=description, long_description= description + '\n\nhttps://github.com/mherrmann/gitignore_parser', @@ -21,11 +20,11 @@ classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', - + 'License :: OSI Approved :: MIT License', - + 'Operating System :: OS Independent', - + 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5',