-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (37 loc) · 788 Bytes
/
setup.cfg
File metadata and controls
39 lines (37 loc) · 788 Bytes
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
[metadata]
name = piknik
version = 0.3.18
description = CLI issue tracker
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://git.defalsify.org/eth-cache
keywords =
bugs
issues
tracker
productivity
git
pgp
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Topic :: Software Development :: Libraries
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
license = GPLv3+
licence_files =
LICENSE
[options]
include_package_data = True
python_requires = >= 3.7
packages =
piknik
piknik.cli
piknik.store
piknik.render
piknik.runnable
[options.entry_points]
console_scripts =
piknik = piknik.runnable.cmd:main