Skip to content

Commit 5634b0e

Browse files
committed
Make version and description dynamic
1 parent f81d51c commit 5634b0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[project]
22
name = "millrun"
3-
version = "0.1.0"
4-
description = "Add your description here"
3+
dynamic=['version', 'description']
54
readme = "README.md"
65
authors = [
76
{ name = "Connor Ferster", email = "connor@structuralpython.com" }

0 commit comments

Comments
 (0)