File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 22name = " shipengine"
33version = " 0.0.0"
44description = " A Python library for ShipEngine."
5+ readme = " README.md"
56authors = [" KaseyCantu <kpc.software.engineer@gmail.com>" ]
7+ homepage = " https://github.com/ShipEngine/shipengine-python"
68license = " Apache-2.0"
7- readme = " README.md"
89repository = " 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 ]
1125enable = true
You can’t perform that action at this time.
0 commit comments