Skip to content

Commit c5325b3

Browse files
committed
chore(citation): add author name to package
1 parent 4044f4d commit c5325b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "simulation"
7-
dynamic = ["version", "description"]
7+
dynamic = ["version", "description", "author"]

simulation/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
"""
33

44
__version__ = "0.1.0"
5+
__author__ = "Amy Heather"

0 commit comments

Comments
 (0)