rebranding
This commit is contained in:
parent
22d338eac2
commit
ac2f7c95e1
2 changed files with 6 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
# bpb
|
||||
The boundaries package builder
|
||||
# rodeo-builder
|
||||
Tool for building rodeo packages
|
||||
|
|
5
setup.py
5
setup.py
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue