-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
49 lines (46 loc) · 1.17 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
42
43
44
45
46
47
48
49
[metadata]
name = fme_packager
version = attr: fme_packager.__version__
author = Safe Software Inc.
description = Tool for creating FME Packages.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = FME fmeobjects
url = https://github.com/safesoftware/fme-packager
license = BSD
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: BSD License
Intended Audience :: Developers
[options]
packages = fme_packager
include_package_data = True
python_requires = >=3.7
install_requires =
click>=8.1.6
cookiecutter>=2.2.3
jsonschema>=4.17.3
pypng>=0.20220715.0
ruamel.yaml>=0.17.32
xmltodict>=0.13.0
packaging>=23.1
build>=0.10.0
wheel>=0.40.0
setuptools>=68.0.0
markdown>=3.4.3
[options.extras_require]
dev =
pytest
pytest-mock
black
tox>=4.6.4
urllib3<2
pre-commit
[options.entry_points]
console_scripts =
fme-packager = fme_packager.cli:cli