Skip to content

Commit

Permalink
Merge pull request #67 from jbemmel/packaging-updates
Browse files Browse the repository at this point in the history
Packaging updates to address warnings
  • Loading branch information
jbemmel authored Oct 27, 2023
2 parents d032da5 + 4919afc commit 5f2da2d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version="1.0.1"
description="Network Automation and Programmability Abstraction Layer driver for Nokia SR OS"
readme = "README.md"
requires-python = ">=3.7"
dynamic = [ "dependencies" ]
classifiers = [
"Topic :: System :: Networking",
"Programming Language :: Python :: 3",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
name="napalm-sros",
version="1.0.1",
packages=find_packages(),
package_data={"napalm_sros.templates": ["*.js"], "napalm_sros.utils.textfsm_templates": ["*.tpl"]},
author="Nokia",
author_email="",
description="Network Automation and Programmability Abstraction Layer with Multivendor support",
Expand Down

0 comments on commit 5f2da2d

Please sign in to comment.