Skip to content

Commit

Permalink
set project keywords to current values on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 18, 2024
1 parent 8498638 commit e1de4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
'regex>1.0; implementation_name != "pypy"',
]
requires-python = '>=3.8'
keywords = ['textile', 'text', 'html', 'markup']
keywords = ['textile', 'text', 'html markup']

[project.optional-dependencies]
develop = ['pytest', 'pytest-cov']
Expand Down

0 comments on commit e1de4a6

Please sign in to comment.