File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ datasette-release: $(TARGET_WHEELS_RELEASE) python/datasette_sqlite_regex/setup.
9595 rm $(TARGET_WHEELS_RELEASE ) /datasette* || true
9696 pip3 wheel python/datasette_sqlite_regex/ --no-deps -w $(TARGET_WHEELS_RELEASE )
9797
98+ bindings/sqlite-utils/pyproject.toml : bindings/sqlite-utils/pyproject.toml.tmpl VERSION
99+ VERSION=$(VERSION ) envsubst < $< > $@
100+ echo " ✅ generated $@ "
101+
98102bindings/sqlite-utils/sqlite_utils_sqlite_regex/version.py : bindings/sqlite-utils/sqlite_utils_sqlite_regex/version.py.tmpl VERSION
99103 VERSION=$(VERSION ) envsubst < $< > $@
100104 echo " ✅ generated $@ "
Original file line number Diff line number Diff line change 11[project ]
2- name = " sqlite-utils-sqlite-hello "
3- version = " 0.1.0 -alpha.61 "
2+ name = " sqlite-utils-sqlite-regex "
3+ version = " 0.2.3 -alpha.11 "
44description = " TODO"
55readme = " README.md"
66authors = [{name = " Alex Garcia" }]
@@ -9,13 +9,13 @@ classifiers = []
99
1010dependencies = [
1111 " sqlite-utils" ,
12- " sqlite-hello "
12+ " sqlite-regex "
1313]
1414
1515[project .urls ]
16- Homepage = " https://github.com/asg017/sqlite-hello "
17- Changelog = " https://github.com/asg017/sqlite-hello /releases"
18- Issues = " https://github.com/asg017/sqlite-hello /issues"
16+ Homepage = " https://github.com/asg017/sqlite-regex "
17+ Changelog = " https://github.com/asg017/sqlite-regex /releases"
18+ Issues = " https://github.com/asg017/sqlite-regex /issues"
1919
2020[project .entry-points .sqlite_utils ]
21- sqlite_hello = " sqlite_utils_sqlite_hello "
21+ sqlite_regex = " sqlite_utils_sqlite_regex "
You can’t perform that action at this time.
0 commit comments