touchable-templates 2026.2.1a0__tar.gz → 2026.2.2a0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: touchable-templates
3
- Version: 2026.2.1a0
3
+ Version: 2026.2.2a0
4
4
  Summary: A dev tool that magically opens templates and partials in your IDE
5
5
  Author: Brady Whitby
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "touchable-templates"
3
- version = "2026.02.1a"
3
+ version = "2026.02.2a"
4
4
  description = "A dev tool that magically opens templates and partials in your IDE"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -27,5 +27,5 @@ include = [
27
27
  "src/touchable_templates/static/**",
28
28
  ]
29
29
  [tool.hatch.build.targets.wheel]
30
- packages = ["src/touchable_templates"]
30
+ packages = ["touchable_templates"]
31
31