diff --git a/README.md b/README.md index 64b4c78..d7116cf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# bpb -The boundaries package builder +# rodeo-builder +Tool for building rodeo packages diff --git a/setup.py b/setup.py index 1f47295..1129733 100644 --- a/setup.py +++ b/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", )