vim-eof-comment 0.3.15__tar.gz → 0.3.16__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.
Files changed (58) hide show
  1. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/PKG-INFO +2 -2
  2. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/pyproject.toml +2 -2
  3. vim_eof_comment-0.3.16/version.txt +1 -0
  4. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/version.py +1 -0
  5. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment.egg-info/PKG-INFO +2 -2
  6. vim_eof_comment-0.3.15/version.txt +0 -1
  7. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/.flake8 +0 -0
  8. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/.gitattributes +0 -0
  9. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/.github/CODEOWNERS +0 -0
  10. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/.github/workflows/flake8-lint.yml +0 -0
  11. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/.github/workflows/mypy-lint.yml +0 -0
  12. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/.github/workflows/release.yml +0 -0
  13. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/.github/workflows/vim-eof-comment.yml +0 -0
  14. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/.pre-commit-config.yaml +0 -0
  15. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/LICENSE +0 -0
  16. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/Makefile +0 -0
  17. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/Pipfile +0 -0
  18. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/README.md +0 -0
  19. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/docs/Makefile +0 -0
  20. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/docs/make.bat +0 -0
  21. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/docs/source/conf.py +0 -0
  22. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/docs/source/functions.rst +0 -0
  23. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/docs/source/index.rst +0 -0
  24. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/docs/source/installation.rst +0 -0
  25. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/requirements.txt +0 -0
  26. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/setup.cfg +0 -0
  27. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/taplo.toml +0 -0
  28. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/__init__.py +0 -0
  29. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/__init__.pyi +0 -0
  30. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/__main__.py +0 -0
  31. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/args/__init__.py +0 -0
  32. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/args/__init__.pyi +0 -0
  33. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/args/completion.py +0 -0
  34. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/args/completion.pyi +0 -0
  35. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/args/parsing.py +0 -0
  36. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/args/parsing.pyi +0 -0
  37. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/comments/__init__.py +0 -0
  38. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/comments/__init__.pyi +0 -0
  39. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/comments/filetypes.json +0 -0
  40. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/comments/generator.py +0 -0
  41. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/comments/generator.pyi +0 -0
  42. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/eof.py +0 -0
  43. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/eof.pyi +0 -0
  44. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/file.py +0 -0
  45. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/file.pyi +0 -0
  46. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/py.typed +0 -0
  47. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/regex.py +0 -0
  48. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/regex.pyi +0 -0
  49. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/types.py +0 -0
  50. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/types.pyi +0 -0
  51. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/util.py +0 -0
  52. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/util.pyi +0 -0
  53. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment/version.pyi +0 -0
  54. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment.egg-info/SOURCES.txt +0 -0
  55. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment.egg-info/dependency_links.txt +0 -0
  56. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment.egg-info/entry_points.txt +0 -0
  57. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment.egg-info/requires.txt +0 -0
  58. {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.16}/vim_eof_comment.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vim-eof-comment
3
- Version: 0.3.15
4
- Summary: Adds Vim EOF comments for given filetypes in given directories
3
+ Version: 0.3.16
4
+ Summary: Adds Vim EOF modeline comments for given filetypes in given directories
5
5
  Author-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
6
6
  Maintainer-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
7
7
  License-Expression: GPL-2.0-only
@@ -22,7 +22,7 @@ classifiers = [
22
22
  "Typing :: Typed",
23
23
  ]
24
24
  dependencies = ["argcomplete", "argparse", "colorama", "setuptools", "typing", "wheel"]
25
- description = "Adds Vim EOF comments for given filetypes in given directories"
25
+ description = "Adds Vim EOF modeline comments for given filetypes in given directories"
26
26
  keywords = [
27
27
  "eof comments",
28
28
  "eof",
@@ -39,7 +39,7 @@ maintainers = [{ name = "Guennadi Maximov C", email = "g.maxc.fox@protonmail.com
39
39
  name = "vim-eof-comment"
40
40
  readme = "README.md"
41
41
  requires-python = ">=3.10"
42
- version = "0.3.15"
42
+ version = "0.3.16"
43
43
 
44
44
  [project.scripts]
45
45
  vim-eof-comment = "vim_eof_comment.eof:main"
@@ -0,0 +1 @@
1
+ 0.3.16
@@ -222,6 +222,7 @@ version_info = VersionInfo([
222
222
  (0, 3, 13),
223
223
  (0, 3, 14),
224
224
  (0, 3, 15),
225
+ (0, 3, 16),
225
226
  ])
226
227
 
227
228
  __version__: str = str(version_info)
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vim-eof-comment
3
- Version: 0.3.15
4
- Summary: Adds Vim EOF comments for given filetypes in given directories
3
+ Version: 0.3.16
4
+ Summary: Adds Vim EOF modeline comments for given filetypes in given directories
5
5
  Author-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
6
6
  Maintainer-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
7
7
  License-Expression: GPL-2.0-only
@@ -1 +0,0 @@
1
- 0.3.15