Skip to content

Commit

Permalink
Actually use use_whey parameter for test_make_setup_cfg_existing
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 24, 2024
1 parent 6ca3124 commit 55e7e97
Showing 1 changed file with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,42 @@
# * mypy
# * options.entry_points

[metadata]
name = hello-world
version = 1.2.3
author = Joe Bloggs
author_email = j.bloggs@example.com
license = MIT License
keywords = awesome, python, project
long_description = file: README.rst
long_description_content_type = text/x-rst
platforms = Windows
url = https://github.com/octocat/hello-world
project_urls =
Documentation = https://hello-world.readthedocs.io/en/latest
Issue Tracker = https://github.com/octocat/hello-world/issues
Source Code = https://github.com/octocat/hello-world
classifiers =
License :: OSI Approved :: MIT License
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython

[options]
python_requires = >=3.6.1
zip_safe = False
include_package_data = True
packages = find:

[options.packages.find]
exclude =
doc-source
tests
tests.*

[somesection]
key=value
apple=fruit
Expand Down

0 comments on commit 55e7e97

Please sign in to comment.