File tree Expand file tree Collapse file tree 2 files changed +29
-28
lines changed Expand file tree Collapse file tree 2 files changed +29
-28
lines changed Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " setuptools.build_meta"
33requires = [
4- " setuptools >= 42 .0" ,
4+ " setuptools >= 61 .0" ,
55 " setuptools-scm[toml] >= 3.4" ,
66]
77
8+ [project ]
9+ name = " swf-typed"
10+
11+ authors = [
12+ { name = " Laurie" , email = " laurie_opperman@hotmail.com" },
13+ ]
14+ dependencies = [
15+ " boto3 ~= 1.18" ,
16+ ]
17+ description = " Typed Python interface to AWS Simple Workflow service"
18+ keywords = [" swf" , " typed" ]
19+ license = { text = " MIT" }
20+ readme = " README.md"
21+ requires-python = " ~= 3.7"
22+
23+ dynamic = [" version" ]
24+
25+ [project .urls ]
26+ Changelog = " https://github.com/EpicWink/python-swf-typed/releases"
27+ Documentation = " https://python-swf-typed.readthedocs.io/"
28+ Source = " https://github.com/EpicWink/python-swf-typed"
29+ Tracker = " https://github.com/EpicWink/python-swf-typed/issues"
30+
31+ [tool .setuptools ]
32+ include-package-data = false
33+ package-dir = { "" = " src" }
34+ packages = { find = { namespaces = false , where = [" src" ] } }
35+
836[tool .setuptools_scm ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments