Skip to content

Commit ad209bc

Browse files
committed
fix(package): move author from __init__.py to pyproject.toml
1 parent ead5083 commit ad209bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "simulation"
7-
dynamic = ["version", "description", "author"]
7+
dynamic = ["version", "description"]
8+
authors = [
9+
{ name = "Amy Heather", email = "a.heather2@exeter.ac.uk" }
10+
]

simulation/__init__.py

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

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

0 commit comments

Comments
 (0)