Skip to content

Commit

Permalink
add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Aug 23, 2024
1 parent 6cd467b commit 5d3f482
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
name = "platformics"
# placeholder version that will be replace by poetry-dynamic-versioning
# TODO: revert
version = "0.1.2"
version = "0.1.3"
description = "Codegen Python GraphQL Entity Framework"
authors = ["CZI Team <[email protected]>"]
license = "MIT License"
readme = "README.md"
packages = [{include = "platformics"}]
# requires-python = ">=3.12"
keywords = ["graphql", "codegen"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Code Generators",
"Programming Language :: Python :: 3.12",
]
repository = "https://github.com/chanzuckerberg/platformics"
# todo add classifiers

[tool.poetry.scripts]
platformics = 'platformics.cli.main:cli'
Expand Down

0 comments on commit 5d3f482

Please sign in to comment.