-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
35 lines (30 loc) · 782 Bytes
/
setup.cfg
File metadata and controls
35 lines (30 loc) · 782 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
[metadata]
name = nodeclass
author = Andrew Pickford
author_email = andrewp@nikhef.nl
long_description = Nodeclass is an external node classifier for use with configuration management tools such as salt.
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
license = GPLv3
version = attr: nodeclass.__version__
zip_safe = False
[options]
packages =
nodeclass
package_dir =
= src
install_requires =
packaging
pyparsing
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
nodeclass = nodeclass.cli.main:main
[options.extras_require]
git = pygit2>=0.28.2
[bdist_rpm]
release = 1
packager = Andrew Pickford <andrewp@nikhef.nl>