Skip to content

Commit

Permalink
fix: module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Heffer-Shef committed Mar 18, 2024
1 parent 131df19 commit ab3b810
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ classifiers = [

# Optional dependencies https://peps.python.org/pep-0631/
[project.optional-dependencies]
# Automatic testing framework
test = [
"flake8",
"pytest"
]

[tool.setuptools.dynamic]
version = {attr = "beelabel.__version__"}
version = {attr = "flight_path_inference.__version__"}

[project.urls]
Homepage = "https://www.sheffield.ac.uk/dcs/people/academic/michael-smith"
Expand Down

0 comments on commit ab3b810

Please sign in to comment.