-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (33 loc) · 1013 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
39
[metadata]
name = seadir
summary = SEA Student Directory Utility
description-file =
README.rst
author = Mike McCallister
author-email = [email protected]
home-page = https://github.com/mikemccllstr/seadir
classifier =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
[files]
packages =
seadir
cliffuni
[entry_points]
console_scripts =
seadir = seadir.shell:main
seadir.commands =
res-dump = seadir.commands.responses:Dump
res-clean = seadir.commands.responses:Clean
res-validate = seadir.commands.responses:Validate
dir-generate = seadir.commands.directory:Generate
cliff.formatter.list =
unicsv = cliffuni.formatters:UniCsvFormatter
cliff.formatter.show =
unicsv = cliffuni.formatters:UniCsvFormatter