Skip to content

Commit

Permalink
Update build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Jan 6, 2024
1 parent 1affed5 commit 8a1063f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ dynamic = [
"keywords",
"license",
"classifiers",
"version"
"version",
"dependencies",
"readme",
"optional-dependencies"
]

[project.scripts]
cobbler-tftp = "cobbler_tftp.cli:cli"

[tool.isort]
profile = "black"

Expand Down Expand Up @@ -58,4 +64,3 @@ showcontent = true
directory = "fixed"
name = "Fixed"
showcontent = true

5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,23 @@ tests_require =
pytest-mock>=3.6.1
pytest-cov>=4.1.0; python_version>"3.6"
pytest-cov==3.0.0; python_version=="3.6"

lint_requires =
pre-commit>=2.0.1
black>=22.1.0
pyright>=0.0.13
isort>=5.8.0
prospector>=1.7.7

doc =
Sphinx>=5.3.0
sphinx-rtd-theme>=1.2.0
towncrier>=22.12.0

dev_requires =
pip>=21.3.1

[options.packages.find]
where=src
exclude =
tests*

0 comments on commit 8a1063f

Please sign in to comment.