-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
[project] | ||
name = "interface_gen" | ||
version = "0.0.18" | ||
authors = [ | ||
{ name="Aaron Fabbri", email="[email protected]" }, | ||
] | ||
version = "0.0.19" | ||
authors = [{ name = "Aaron Fabbri", email = "[email protected]" }] | ||
description = "Define data format schemas once and generate code for multiple languages and serialization frameworks." | ||
readme = "dist-readme.md" | ||
requires-python = ">=3.10" | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: POSIX :: Linux", | ||
"Topic :: File Formats", | ||
"Development Status :: 4 - Beta", | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: POSIX :: Linux", | ||
"Topic :: File Formats", | ||
] | ||
dynamic = ["dependencies"] | ||
|
||
|