-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (41 loc) · 1.25 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
#################
# Package setup #
#################
[metadata]
name = jabbar
version = attr: jabbar.version.__version__
description = Just Another Beautiful progress BAR
long_description = file: README.rst
# URLs associated with the project
url = https://github.com/yannikschaelte/jabbar
download_url = https://github.com/yannikschaelte/jabbar/releases
project_urls =
Bug Tracker = https://github.com/yannikschaelte/jabbar/issues
Source Code = https://github.com/yannikschaelte/jabbar
Documentation = https://github.com/yannikschaelte/jabbar
# Author information
author = Yannik Schaelte
author_email = yannik.schaelte@gmail.com
maintainer = Yannik Schaelte
maintainer_email = yannik.schaelte@gmail.com
# License information
license = MIT
license_file = LICENSE
# Search tags
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.8
keywords =
Progress bar
Status bar
Jabberwocky
[options]
python_requires = >=3.8
setup_requires = setuptools
packages = find: