Skip to content

Commit

Permalink
fix: license errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Kirsche committed Jul 6, 2022
1 parent 74e1dc2 commit 6f4eefc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ansible-generator"
version = "3.0.0"
description = "Ansible project generation tool"
authors = ["Kevin Kirsche <[email protected]>"]
license = "BSD-3-Clause"
license = "BSD-4-Clause"
readme = "README.md"

repository = "https://github.com/kkirsche/ansible-generator"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
# Indicate who your project is intended for
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
# Pick your license as you wish (should match "license" above)
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 6f4eefc

Please sign in to comment.