Hynek Schlawack 2024-11-30 09:03:25 +01:00 committed by GitHub
parent 45b6b6b6c3
commit 3a5a49ecca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ build-backend = "hatchling.build"
[project] [project]
name = "attrs" name = "attrs"
authors = [{ name = "Hynek Schlawack", email = "hs@ox.cx" }] authors = [{ name = "Hynek Schlawack", email = "hs@ox.cx" }]
license = { text = "MIT" } license = "MIT"
license-files = ["LICENSE"]
requires-python = ">=3.8" requires-python = ">=3.8"
description = "Classes Without Boilerplate" description = "Classes Without Boilerplate"
keywords = ["class", "attribute", "boilerplate"] keywords = ["class", "attribute", "boilerplate"]
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"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",