forked from CLCMacTeam/besapi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
45 lines (42 loc) · 1.25 KB
/
setup.cfg
File metadata and controls
45 lines (42 loc) · 1.25 KB
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
42
43
44
45
[metadata]
# single source version in besapi.__init__.__version__
# can get version on command line with: `python setup.py --version`
name = besapi
author = Matt Hansen, James Stewart
author_email = hansen.m@psu.edu, james@jgstew.com
maintainer = James Stewart
maintainer_email = james@jgstew.com
version = attr: besapi.besapi.__version__
description = Library for working with the BigFix REST API
keywords = bigfix iem tem rest api
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jgstew/besapi
license = MIT
license_file = LICENSE.txt
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Operating System :: OS Independent
License :: OSI Approved :: MIT License
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Systems Administration
package_dir =
= src
[options]
python_requires = >=3.9
include_package_data = True
packages = find:
install_requires =
cmd2
lxml
requests
setuptools
pywin32; platform_system == "Windows"
urllib3 >= 2.2.3
[options.package_data]
besapi = schemas/*.xsd
[options.packages.find]
where = src