Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Add PyPI classifiers and other metadata (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel committed Feb 12, 2023
1 parent da7f6ea commit 6d0047f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## `0.0.3`

### Added

- [#3](https://github.com/JoshKarpel/synthesize/pull/3) Added PyPI classifiers and other metadata.

## `0.0.2`

Released `2023-02-12`
Expand Down
22 changes: 21 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,30 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "synthesize"
version = "0.0.2"
version = "0.0.3"
description = "A flexible concurrent command runner."
authors = ["Josh Karpel <josh.karpel@gmail.com>"]
readme = "README.md"
homepage="https://github.com/JoshKarpel/synthesize"
repository="https://github.com/JoshKarpel/synthesize"
documentation="https://www.spiel.how"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS",
"Operating System :: Unix",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development",
"Topic :: Utilities",
"Typing :: Typed",
]
license = "MIT"
include = ["py.typed"]

[tool.poetry.dependencies]
python = ">=3.10"
Expand Down
Empty file added synthesize/py.typed
Empty file.

0 comments on commit 6d0047f

Please sign in to comment.