1
0
Fork 0

Adding upstream version 0.1.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-30 18:55:23 +02:00
parent 550be5da31
commit 638d6148c0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
12 changed files with 539 additions and 0 deletions

28
setup.cfg Normal file
View file

@ -0,0 +1,28 @@
[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