pylibtemplate 0.0.3__py3-none-any.whl → 0.0.4__py3-none-any.whl

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.
pylibtemplate/__init__.py CHANGED
@@ -700,8 +700,8 @@ def _apply_text_wrapping_to_line_set_of_md_or_rst_file(line_set_to_modify):
700
700
  modified_line_set = line_set_to_modify.copy()
701
701
 
702
702
  pattern_1 = (r"((\[!\[)|(\s+)|(\*\ )|(\-\ \`)|(\.\.\ )|(\{\%)"
703
- r"|(\{\{)|(##)|(#\ \-)|(----+)|(====+)).*")
704
- pattern_2 = r"((----+)|(====+))"
703
+ r"|(\{\{)|(##)|(#\ \-)|(----+)|(====+)|(~~~~+)).*")
704
+ pattern_2 = r"((----+)|(====+)|(~~~~+))"
705
705
 
706
706
  end_of_file_has_not_been_reached = True
707
707
  line_idx = 1
pylibtemplate/version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.0.3'
32
- __version_tuple__ = version_tuple = (0, 0, 3)
31
+ __version__ = version = '0.0.4'
32
+ __version_tuple__ = version_tuple = (0, 0, 4)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pylibtemplate
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: A Python library that generates `git` repository templates for building Python libraries that are suitable for publication on PyPI.
5
5
  Author-email: Matthew Fitzpatrick <matthew.rc.fitzpatrick@gmail.com>
6
6
  Project-URL: Homepage, https://mrfitzpa.github.io/pylibtemplate
@@ -0,0 +1,8 @@
1
+ pylibtemplate/__init__.py,sha256=IJ_iFADR039MwYnExVwYvIwVJ-JO3kNRBuHox7QKszE,32098
2
+ pylibtemplate/version.py,sha256=QlXZ5JTjE_pgpDaeHk0GTExkc75xUZFmd0hA7kGYCJ0,704
3
+ pylibtemplate-0.0.4.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
4
+ pylibtemplate-0.0.4.dist-info/METADATA,sha256=LtDkj8i4q1MPSOfnL2gdcqch1RHQhZMMC73mQ7dFq80,16821
5
+ pylibtemplate-0.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ pylibtemplate-0.0.4.dist-info/entry_points.txt,sha256=lX33RgEzs9UByPT90FvYMpPshWLJcNu4mShQjx_Vi2w,77
7
+ pylibtemplate-0.0.4.dist-info/top_level.txt,sha256=pY0rl_JGpeTL6KwNkwptEPpv7hNUtxA7tI3PilhAcZw,14
8
+ pylibtemplate-0.0.4.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- pylibtemplate/__init__.py,sha256=5vdqZjvbQ5kh2grlbJf6RO8gysfouxpBH_c9IesfWD4,32082
2
- pylibtemplate/version.py,sha256=pBZsQt6tlL02W-ri--X_4JCubpAK7jjCSnOmUp_isjc,704
3
- pylibtemplate-0.0.3.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
4
- pylibtemplate-0.0.3.dist-info/METADATA,sha256=6mTTWI26oQDSnaAi4DVbOXyvZjqEau6-33pSQNiV8i0,16821
5
- pylibtemplate-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- pylibtemplate-0.0.3.dist-info/entry_points.txt,sha256=lX33RgEzs9UByPT90FvYMpPshWLJcNu4mShQjx_Vi2w,77
7
- pylibtemplate-0.0.3.dist-info/top_level.txt,sha256=pY0rl_JGpeTL6KwNkwptEPpv7hNUtxA7tI3PilhAcZw,14
8
- pylibtemplate-0.0.3.dist-info/RECORD,,