File: setup.cfg

package info (click to toggle)
python-mypermobil 0.1.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 168 kB
  • sloc: python: 1,172; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[metadata]
name = mypermobil
version = 0.1.8
author = Isak Nyberg
author_email = isak@nyberg.dev
description = A python wrapper for a subset of the MyPermobil API
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
url = https://github.com/IsakNyberg/MyPermobil-API
project_urls =
    Bug Tracker = https://github.com/IsakNyberg/MyPermobil-API/issues
    repository = https://github.com/IsakNyberg/MyPermobil-API


[options]
package_dir =
    = .
packages = ["mypermobil"]
python_requires = >=3.6

[options.packages.find]
where = .