Skip to content

Commit

Permalink
package: ensure project name is econnect-python; pytest python PATH i…
Browse files Browse the repository at this point in the history
…s `src` (#106)

#106
  • Loading branch information
palazzem authored Aug 30, 2023
1 parent 982acb3 commit 2921c52
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "elmo"
name = "econnect-python"
dynamic = ["version"]
description = 'API adapter used to control programmatically an Elmo alarm system'
readme = "README.md"
Expand Down Expand Up @@ -45,8 +45,8 @@ lint = [
]

all = [
"elmo[dev]",
"elmo[lint]",
"econnect-python[dev]",
"econnect-python[lint]",
]

[project.urls]
Expand All @@ -59,3 +59,6 @@ path = "src/elmo/__about__.py"

[tool.hatch.metadata]
allow-direct-references = true

[tool.pytest.ini_options]
pythonpath = "src"

0 comments on commit 2921c52

Please sign in to comment.