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 2
2
name = " shipengine"
3
3
version = " 0.0.0"
4
4
description = " A Python library for ShipEngine."
5
+ readme = " README.md"
5
6
authors = [" KaseyCantu <kpc.software.engineer@gmail.com>" ]
7
+ homepage = " https://github.com/ShipEngine/shipengine-python"
6
8
license = " Apache-2.0"
7
- readme = " README.md"
8
9
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
+ ]
9
23
10
24
[tool .poetry-dynamic-versioning ]
11
25
enable = true
You can’t perform that action at this time.
0 commit comments