Skip to content

Commit 37a4121

Browse files
committed
prepare metadata
1 parent a698e51 commit 37a4121

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
disallowAdditionalPropertiesIfNotPresent: true
22
library: asyncio
3-
packageName: lighter
4-
projectName: lighter
5-
6-
3+
packageName: lighter-sdk
4+
projectName: lighter-sdk

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
[tool.poetry]
2-
name = "lighter"
3-
version = "1.0.0"
4-
description = ""
5-
authors = ["OpenAPI Generator Community <[email protected]>"]
2+
name = "lighter-sdk"
3+
version = "0.1.0"
4+
description = "Python client for Lighter"
5+
authors = ["elliot"]
66
license = "NoLicense"
77
readme = "README.md"
88
repository = "https://github.com/elliottech/lighter-python"
9-
keywords = ["OpenAPI", "OpenAPI-Generator", ""]
9+
keywords = ["OpenAPI", "OpenAPI-Generator"]
1010
include = ["lighter/py.typed"]
1111

12+
[tool.poetry.packages]
13+
python = ["lighter"]
14+
1215
[tool.poetry.dependencies]
1316
python = "^3.7"
1417

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#
2121
# prerequisite: setuptools
2222
# http://pypi.python.org/pypi/setuptools
23-
NAME = "lighter"
24-
VERSION = "1.0.0"
23+
NAME = "lighter-sdk"
24+
VERSION = "0.1.0"
2525
PYTHON_REQUIRES = ">=3.7"
2626
REQUIRES = [
2727
"urllib3 >= 1.25.3, < 2.1.0",

0 commit comments

Comments
 (0)