-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
29 lines (27 loc) · 945 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
[metadata]
name = pb
description = pb is a lightweight pastebin (and url shortener) built using flask
long_description = file: README.rst
maintainer='Zack Buhman',
maintainer_email='[email protected]',
home-page = https://github.com/ptpb/pb
license = GPLv3+
classifier =
Development Status :: 5 - Production/Stable
Environment :: No Input/Output (Daemon)
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[options]
include_package_data = True
packages = pb
[options.entry_points]
console_scripts =
pb-delete = pb.tools.delete:main