Skip to content

Commit 3321450

Browse files
committed
refactor: remove setup.py
1 parent ed90ff6 commit 3321450

File tree

2 files changed

+15
-26
lines changed

2 files changed

+15
-26
lines changed

pyproject.toml

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
[project]
22
name = "dlt-source-notion"
3-
readme = "README.md"
3+
version = "0.0.2"
4+
description = "A DLT source for notion"
5+
readme = { file = "README.md", content-type = "text/markdown" }
6+
authors = [
7+
{ name = "Planet A GmbH", email = "[email protected]" }
8+
]
49
requires-python = ">=3.12"
510
dependencies = [
611
"dlt>=1.8.1",
712
"pydantic-api-sdk-notion>=0.0.34",
813
"pydantic>=2.10.6",
9-
"pydantic-api-models-notion",
14+
"pydantic-api-models-notion @ git+https://github.com/stevieflyer/pydantic-api-models-notion.git@050999bc3817422a11edb79835dcd1b48314ab04",
1015
]
11-
dynamic = ["authors", "classifiers", "version", "description"]
1216

1317
[project.optional-dependencies]
1418
show = [
@@ -29,5 +33,11 @@ include = '.*py$'
2933
remove-all-unused-imports = true
3034
remove-unused-variables = true
3135

32-
[tool.uv.sources]
33-
pydantic-api-models-notion = { git = "https://github.com/stevieflyer/pydantic-api-models-notion.git", rev = "050999bc3817422a11edb79835dcd1b48314ab04" }
36+
classifiers = [
37+
"Programming Language :: Python :: 3.12",
38+
"License :: OSI Approved :: MIT License",
39+
"Operating System :: OS Independent"
40+
]
41+
42+
[tool.setuptools.packages.find]
43+
exclude = ["tests"]

setup.py

-21
This file was deleted.

0 commit comments

Comments
 (0)