-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
executable file
·41 lines (38 loc) · 1.03 KB
/
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
40
41
[metadata]
name = pynd
author = Dougal Matthews
author-email = [email protected]
summary = Searching in Python
description-file = README.rst
home-page = https://github.com/d0ugal/pynd
license = Apache License, Version 2.0
classifier =
Environment :: Console
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Software Development
Topic :: Utilities
keywords =
ast
grep
search
[files]
packages =
pynd
[entry_points]
console_scripts =
pynd = pynd.__main__:main
[wheel]
universal = 1