Skip to content

Commit

Permalink
chore: fix missing projects pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Feb 2, 2023
1 parent f077a63 commit d5feddc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 74 deletions.
2 changes: 1 addition & 1 deletion nornir_scrapli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""nornir_scrapli"""

__version__ = "2023.01.30"
__version__ = "2023.01.30.post1"
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -54,11 +54,6 @@ scrapli = "nornir_scrapli.connection:ScrapliCore"
scrapli_cfg= "nornir_scrapli.connection:ScrapliConfig"
scrapli_netconf= "nornir_scrapli.connection:ScrapliNetconf"

[tool.setuptools]
packages = [
"nornir_scrapli"
]

[tool.setuptools.dynamic]
version = { attr = "nornir_scrapli.__version__" }
dependencies = { file = "requirements.txt" }
Expand Down
67 changes: 0 additions & 67 deletions setup.py

This file was deleted.

0 comments on commit d5feddc

Please sign in to comment.