Skip to content

Commit

Permalink
docs: Fix PyPI trove classifiers (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 13, 2022
1 parent 685fbd8 commit b0a3c49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ keywords = [
"ELT",
]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Typing :: Typed",
]
license = "Apache 2.0"

Expand Down

0 comments on commit b0a3c49

Please sign in to comment.