Update pyproject.toml
This commit is contained in:
parent
89afaf2401
commit
3d9be246f1
|
|
@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
|
|||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "gain-viz"
|
||||
name = "gain_viz"
|
||||
version = "0.1.0"
|
||||
description = "Interactive srsRAN_Project gnb gain control and spectrum visualization tool"
|
||||
authors = [
|
||||
|
|
@ -40,11 +40,11 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.scripts]
|
||||
gain-viz = "gain-viz.app:main"
|
||||
gain_viz = "gain_viz.app:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["gain-viz*"]
|
||||
include = ["gain_viz*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"gain-viz" = ["templates/*", "static/*"]
|
||||
"gain_viz" = ["templates/*", "static/*"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user