Skip to content

Commit 5e587a6

Browse files
committed
updated pyproject file for publishing
1 parent 0450722 commit 5e587a6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,24 @@
22
name = "shipengine"
33
version = "0.0.0"
44
description = "A Python library for ShipEngine."
5+
readme = "README.md"
56
authors = ["KaseyCantu <kpc.software.engineer@gmail.com>"]
7+
homepage = "https://github.com/ShipEngine/shipengine-python"
68
license = "Apache-2.0"
7-
readme = "README.md"
89
repository = "https://github.com/ShipEngine/shipengine-python"
10+
include = ["CHANGELOG.md"]
11+
classifiers = [
12+
"Development Status :: 5 - Production/Stable",
13+
"License :: OSI Approved :: MIT License",
14+
"Natural Language :: English",
15+
"Intended Audience :: Developers",
16+
"Programming Language :: Python",
17+
"Programming Language :: Python :: 3.7",
18+
"Programming Language :: Python :: 3.8",
19+
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: Implementation :: CPython",
21+
"Topic :: Software Development :: Libraries :: Python Modules"
22+
]
923

1024
[tool.poetry-dynamic-versioning]
1125
enable = true

0 commit comments

Comments
 (0)