Update pyproject metadata

This commit is contained in:
Chris Proctor 2023-06-02 13:16:17 -04:00
parent 0465282a02
commit e97d4ed9bb
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
[tool.poetry]
name = "mwc-lab-functions"
name = "lab_functions"
version = "0.1.0"
description = ""
authors = ["Chris Proctor <github.com@accounts.chrisproctor.net>"]
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
packages = [{include = "mwc_lab_functions"}]
packages = [{include = "lab_functions"}]
[tool.poetry.dependencies]
python = "^3.11"