github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/integration/testdata/TestPythonIntegration/python-project/setup.cfg (about)

     1  [metadata]
     2  name = example-package-TEST
     3  version = 0.0.1
     4  author = Example Author
     5  author_email = author@example.com
     6  description = A small example package
     7  long_description = file: README.md
     8  long_description_content_type = text/markdown
     9  url = https://github.com/pypa/sampleproject
    10  project_urls =
    11      Bug Tracker = https://github.com/pypa/sampleproject/issues
    12  classifiers =
    13      Programming Language :: Python :: 3
    14      License :: OSI Approved :: MIT License
    15      Operating System :: OS Independent
    16  
    17  [options]
    18  package_dir =
    19      = src
    20  packages = find:
    21  python_requires = >=3.6
    22  
    23  [options.packages.find]
    24  where = src