Skip to content

Commit 1700eef

Browse files
committed
feat: conversiontools python client v2
1 parent d63d7f6 commit 1700eef

28 files changed

Lines changed: 2902 additions & 168 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Conversion Tools
3+
Copyright (c) 2020-2025 Conversion Tools
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
include README.md
2+
include LICENSE
3+
include conversiontools/py.typed
4+
recursive-include conversiontools *.py
5+
recursive-include conversiontools/api *.py
6+
recursive-include conversiontools/models *.py
7+
recursive-include conversiontools/types *.py
8+
recursive-include conversiontools/utils *.py

0 commit comments

Comments
 (0)