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
The boundaries package builder
# rodeo-builder
Tool for building rodeo packages

View file

@ -17,12 +17,15 @@ setup(
classifiers=[
"Development Status :: 3 - Alpha",
"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.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
python_requires=">=3.8",
)