This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
52 lines (46 loc) · 1.44 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[metadata]
name = read_version
#version = # Set in setup.py
description = Extract your project's __version__ variable
long_description = file:README.rst
long_description_content_type = text/x-rst
author = John Thorvald Wodder II
author_email = [email protected]
license = MIT
license_files = LICENSE
url = https://github.com/jwodder/read_version
keywords =
packaging
setuptools
version
classifiers =
Development Status :: 7 - Inactive
Programming Language :: Python :: 2
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: MIT License
Framework :: Setuptools Plugin
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Software Distribution
project_urls =
Source Code = https://github.com/jwodder/read_version
Bug Tracker = https://github.com/jwodder/read_version/issues
[options]
py_modules = read_version
package_dir =
=src
python_requires = ~=3.6
install_requires =
setuptools
[options.extras_require]
toml =
toml
[options.entry_points]
setuptools.finalize_distribution_options =
read_version = read_version:setuptools_finalizer