- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
Latest commit
21 lines (15 loc) · 476 Bytes
/
Copy pathsetup.cfg
File metadata and controls
21 lines (15 loc) · 476 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[metadata]
name = selfcompletion
version = 0.0.1
author = David Barnett
author_email = davidbarnett2@gmail.com
summary = Automatically-generated command completion built on argparse
description-file = README
home_page = http://github.com/dbarnett/python-selfcompletion
classifier = License :: OSI Approved :: BSD License
Development Status :: 2 - Pre-Alpha
requires-dist = argparse; python_version < '2.7'
[files]
packages = selfcompletion
extra_files =
resources =