Skip to content

Commit

Permalink
Why not
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 11, 2022
1 parent 0c19e16 commit 536ddc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
NAME = "attrs"
PACKAGES = find_packages(where="src")
META_PATH = os.path.join("src", "attr", "__init__.py")
KEYWORDS = ["class", "attribute", "boilerplate"]
KEYWORDS = ["class", "attribute", "boilerplate", "dataclass"]
PROJECT_URLS = {
"Documentation": "https://www.attrs.org/",
"Changelog": "https://www.attrs.org/en/stable/changelog.html",
Expand Down

0 comments on commit 536ddc5

Please sign in to comment.