1
0
Fork 0
sortxml/setup.cfg
Daniel Baumann 638d6148c0
Adding upstream version 0.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-30 18:55:23 +02:00

28 lines
647 B
INI

[metadata]
name = sortxml
version = attr: sortxml.__version_str__
description = A simple XML element sorter
long_description = file: README.md
keywords = xml, sort
license = BSD 3-Clause License
license_files = LICENSE
url = https://www.github.com/kopachris/sortxml
author = Chris Koch
author_email = kopachris@gmail.com
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Topic :: Text Processing :: Markup :: XML
Topic :: Utilities
[options]
py_modules = sortxml
install_requires =
python-dateutil
setup_requires =
python-dateutil
[egg_info]
tag_build =
tag_date = 0