rebranding

This commit is contained in:
Paul Fey 2025-07-05 13:32:22 +02:00
parent 22d338eac2
commit ac2f7c95e1
2 changed files with 6 additions and 3 deletions

View file

@ -1,2 +1,2 @@
# bpb # rodeo-builder
The boundaries package builder Tool for building rodeo packages

View file

@ -17,12 +17,15 @@ setup(
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
], ],
python_requires=">=3.8", python_requires=">=3.8",
) )