Skip to content

Commit

Permalink
Adding license meta information to pyproject.toml (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Sep 4, 2020
1 parent 9c5b2e5 commit 829aa12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ name = "nornir"
version = "2.4.0"
description = "Pluggable multi-threaded framework with inventory management to help operate collections of devices"
authors = ["David Barroso <dbarrosop@dravetech.com>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/nornir-automation/nornir"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 829aa12

Please sign in to comment.