File: setup.cfg

package info (click to toggle)
python-pyaml-env 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 152 kB
  • sloc: python: 829; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[metadata]
name = pyaml_env
version = 1.2.1
author = Maria Karanasou
author_email = karanasou@gmail.com
description = Provides yaml file parsing with environment variable resolution
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mkaranasou/pyaml_env
project_urls =
    Bug Tracker = https://github.com/mkaranasou/pyaml_env/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