-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (29 loc) · 886 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name: typeconvs
version: file:src/typeconvs/VERSION
url: https://andreas19.github.io/typeconvs/
project_urls: Source code=https://github.com/andreas19/typeconvs/
author: Andreas Suhre
author_email: andreas19@posteo.eu
classifiers:
Development Status :: 4 - Beta
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Intended Audience :: Developers
Topic :: Software Development :: Libraries
Operating System :: OS Independent
license: BSD-3-Clause
license_file: LICENSE.txt
description: Converters from str to another type.
long_description: file:README.md,CHANGELOG.md
long_description_content_type: text/markdown
keywords: type converters
[options]
python_requires: >=3.8
packages: find:
package_dir: =src
[options.packages.find]
where=src
[options.package_data]
* = VERSION