diff --git a/setup.cfg b/setup.cfg index bebd744c..9926fcab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,38 +1,3 @@ -[metadata] -name = jenkinsapi -author = Salim Fadhley, Aleksey Maksimov -author_email = salimfadhley@gmail.com, ctpeko3a@gmail.com -summary = A Python API for accessing resources on a Jenkins continuous-integration server. -description-file = README.rst -license = MIT -classifier = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Intended Audience :: Information Technology - Intended Audience :: System Administrators - License :: OSI Approved :: MIT License - Natural Language :: English - Operating System :: OS Independent - Operating System :: OS Independent - Programming Language :: Python - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Topic :: Software Development :: Testing - Topic :: Utilities - - -[files] -packages = - jenkinsapi - jenkinsapi_utils - jenkinsapi_tests - [pbr] warnerrors = True diff --git a/setup.py b/setup.py deleted file mode 100644 index 56a26903..00000000 --- a/setup.py +++ /dev/null @@ -1,4 +0,0 @@ -from setuptools import setup - - -setup(setup_requires=["pbr"], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt deleted file mode 100644 index efc2b376..00000000 --- a/test-requirements.txt +++ /dev/null @@ -1,12 +0,0 @@ -pytest -pytest-mock -pytest-cov -pycodestyle>=2.3.1 -astroid>=1.4.8 -pylint>=1.7.1 -tox>=2.3.1 -mock -myst-parser -codecov -requests_kerberos -flake8