Skip to content

Commit

Permalink
πŸ“„ Add license to classifiers (#131)
Browse files Browse the repository at this point in the history
* Added license, environment, and topic classifiers

* Adjusted classifiers further
  • Loading branch information
daveshih01 committed Dec 27, 2023
1 parent cb08b98 commit 1570953
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Framework :: Pydantic",
"Environment :: Console",
"Topic :: Software Development :: Code Generators",
]
dependencies = ["typer>=0.7.0", "libcst>=0.4.2", "rich", "typing_extensions"]

Expand Down

0 comments on commit 1570953

Please sign in to comment.