Skip to content

Commit

Permalink
Merge pull request #77 from mirumee/fix-license-data
Browse files Browse the repository at this point in the history
Fix licensing data
  • Loading branch information
rafalp committed Jun 12, 2023
2 parents bf9e67e + 4496893 commit 5a70b7d
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions pyproject.toml
Expand Up @@ -8,20 +8,22 @@ version = "3.1.0"
readme = "README.rst"
description = "Address validation helpers for Google's i18n address database"
authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }]
license = "BSD-3-Clause"
license = {file = "LICENSE"}
dependencies = ["requests>=2.7.0"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Topic :: Software Development :: Internationalization",
"Topic :: Software Development :: Libraries :: Python Modules",
"Operating System :: OS Independent",
"Environment :: Web Environment",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Topic :: Software Development :: Internationalization",
"Topic :: Software Development :: Libraries :: Python Modules",
"Operating System :: OS Independent",
"Environment :: Web Environment",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 5a70b7d

Please sign in to comment.