Skip to content

Commit

Permalink
Devops: Make package description dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Dec 22, 2023
1 parent 998355b commit 968d4cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ build-backend = 'flit_core.buildapi'

[project]
name = 'aiida-wien2k'
dynamic = ['version']
description = 'The official AiiDA plugin for WIEN2k'
dynamic = ['description', 'version']
authors = [{name = 'The AiiDA team', email = 'developers@aiida.net'}]
readme = 'README.md'
license = {file = 'LICENSE'}
Expand Down

0 comments on commit 968d4cb

Please sign in to comment.