Skip to content

Commit 9c3853a

Browse files
committed
Switch from flit to setuptools for packaging
1 parent 90e57b3 commit 9c3853a

File tree

3 files changed

+194
-102
lines changed

3 files changed

+194
-102
lines changed

Pipfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ microsoft-kiota-authentication-azure = "==0.1.0"
1010
httpx = {version = "==0.23.0", extras = ["http2"]}
1111

1212
[dev-packages] # Packages required to develop the application
13-
flit = "==3.7.1"
13+
setuptools = "==65.5.1"
14+
build = "==0.9.0"
15+
bumpver = "==2022.1119"
1416
pylint = "==2.15.4"
1517
mypy = "==0.982"
1618
yapf = "==0.32.0"

0 commit comments

Comments
 (0)