Skip to content

Commit

Permalink
Fix wrong keyword spec in the buildsript
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMino committed Mar 28, 2021
1 parent 3107b24 commit e1be284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __build__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
wf.metadata.description = Path('./README.md').read_text()
wf.metadata.description_content_type = 'text/markdown'

wf.metadata.keywords = 'wheel packages packaging pip build distutils'
wf.metadata.keywords = 'wheel,packaging,pip,build,distutils'
wf.metadata.classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit e1be284

Please sign in to comment.