frontmatter-to-csv/setup.cfg

24 lines
632 B
INI

[metadata]
name = example-pkg-YOUR-USERNAME-HERE
version = 0.0.1
author = Lukáš Kucharczyk
author_email = lukas@kucharczyk.xyz
description = A small example package
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.kucharczyk.xyz/templates/python
project_urls =
Bug Tracker = https://git.kucharczyk.xyz/templates/python/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src