Files

12 lines
300 B
Python
Raw Permalink Normal View History

2025-03-05 07:10:31 +00:00
--- setup.py.orig 2024-12-13 10:23:24 UTC
2020-05-18 12:09:11 +00:00
+++ setup.py
2025-03-05 07:10:31 +00:00
@@ -23,8 +23,6 @@ setup(
2020-05-18 12:09:11 +00:00
url="https://github.com/ns1/ns1-python",
packages=find_packages(exclude=["tests", "examples"]),
2022-03-08 11:56:34 +00:00
setup_requires=[
- "pytest-runner",
- "wheel",
],
tests_require=[
"pytest",