-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (32 loc) · 805 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
33
34
35
36
37
38
[metadata]
name = zjb
description_file = README.md
home_page = https://github.com/sdatko/zuul-jobs-board
author = Szymon Datko
author_email = [email protected]
maintainer = Szymon Datko
maintainer_email = [email protected]
classifier =
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
[files]
packages =
zjb
[entry_points]
console_scripts =
zjb = zjb.cli:main
[package_data]
zjb =
zjb/templates/*
[egg_info]
egg_base = .
[bdist_wheel]
universal = 1
[pbr]
warnerrors = true