Adding upstream version 0.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
550be5da31
commit
638d6148c0
12 changed files with 539 additions and 0 deletions
28
setup.cfg
Normal file
28
setup.cfg
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue