diff --git a/pyproject.toml b/pyproject.toml index 37470fe..9ecb6ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,18 +1,16 @@ [project] name = "interface_gen" -version = "0.0.18" -authors = [ - { name="Aaron Fabbri", email="aaron.fabbri@ditto.live" }, -] +version = "0.0.19" +authors = [{ name = "Aaron Fabbri", email = "aaron.fabbri@ditto.live" }] 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"]