forked from kevinsteves/pan-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (28 loc) · 693 Bytes
/
setup.cfg
File metadata and controls
29 lines (28 loc) · 693 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
[metadata]
name = pan-python
version = attr: pan.__version__
author = Kevin Steves
author_email = kevin.steves@pobox.com
description = Multi-tool set for Palo Alto Networks PAN-OS, Panorama, WildFire and AutoFocus
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/kevinsteves/pan-python
license = ISC
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: ISC License (ISCL)
[options]
package_dir =
=lib
packages =
pan
pan/afapi
pan/licapi
scripts =
bin/panxapi.py
bin/panconf.py
bin/panwfapi.py
bin/panafapi.py
bin/panlicapi.py
install_requires =
python_requires = >=3.7