File tree Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ classifiers = [
42
42
dependencies = [" requests>=2.25.0" , " typing-extensions>=4.0.0" ]
43
43
44
44
[project .optional-dependencies ]
45
- release = [" python-semantic-release>=8.0.0" ]
46
45
47
46
[project .urls ]
48
47
Documentation = " https://docs.langbase.com"
@@ -114,25 +113,3 @@ precision = 2
114
113
115
114
[tool .coverage .html ]
116
115
directory = " htmlcov"
117
-
118
- [tool .semantic_release ]
119
- version_toml = [" pyproject.toml:project.version" ]
120
- version_variables = [" langbase/__init__.py:__version__" ]
121
- branch = " main"
122
- upload_to_PyPI = false
123
- upload_to_release = false
124
- build_command = " pip install build && python -m build"
125
-
126
- [tool .semantic_release .commit_parser_options ]
127
- allowed_tags = [
128
- " 📦 NEW" ,
129
- " 👌 IMPROVE" ,
130
- " 🐛 FIX" ,
131
- " 🚀 RELEASE" ,
132
- " 📖 DOC" ,
133
- " 🤖 TEST" ,
134
- " ‼️ BREAKING" ,
135
- ]
136
- minor_tags = [" 📦 NEW" ]
137
- patch_tags = [" 👌 IMPROVE" , " 🐛 FIX" , " 🚀 RELEASE" ]
138
- major_tags = [" ‼️ BREAKING" ]
Original file line number Diff line number Diff line change @@ -23,5 +23,7 @@ ipdb>=0.13.0
23
23
python-dotenv >= 0.19.0
24
24
25
25
# release
26
- python-semantic-release >= 8.0.0
27
26
twine >= 4.0.0
27
+
28
+ [tool.coverage.html ]
29
+ directory = "htmlcov"
You can’t perform that action at this time.
0 commit comments