dkinst 0.1.0__py3-none-any.whl → 0.1.1__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.
dkinst/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  """Den K Simple Installer"""
2
2
 
3
3
  __author__ = "Den Kras"
4
- __version__ = '0.1.0'
4
+ __version__ = '0.1.1'
dkinst/config.toml ADDED
@@ -0,0 +1 @@
1
+ windows_portable_installation_dir = "C:\\dkinst"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkinst
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Den K Simple Installer
5
5
  Author: Denis Kras
6
6
  License-Expression: MIT
@@ -1,13 +1,14 @@
1
- dkinst/__init__.py,sha256=TCgwn6zw4K2i8qTszGSbHd30uBQW4giS4E8GEd8OglY,78
1
+ dkinst/__init__.py,sha256=vz4Y8zNq4Dry_pNly_bN877aNiBHTqj2Jq942oWRNIc,78
2
2
  dkinst/cli.py,sha256=ChBAkoPI-mifHlO4dOpIgDBFKd1zUfZM2FEIxoQuO9s,9238
3
+ dkinst/config.toml,sha256=OaTuImf9xBIbTNCrC2MfAzpPLeuDdV2R5feIfT7xImA,48
3
4
  dkinst/installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
5
  dkinst/installers/_base.py,sha256=_3t0_xkbHRvFtxpDkLkZw9_pizIEiK5sXTYMIWK3jUw,10278
5
6
  dkinst/installers/tesseract_ocr.py,sha256=LqcOJCTQJU3xPz3wm_nQI5Bt6bB5dgDPzf7WykpSM6A,2524
6
7
  dkinst/installers/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
8
  dkinst/installers/helpers/tesseract_ocr_manager.py,sha256=-Br9vHbqcQHRsNlDkakw5mLMxMBTydqXCblhpcBmp0A,17734
8
- dkinst-0.1.0.dist-info/licenses/LICENSE,sha256=ohlj1rmsTHdctr-wyqmP6kbFC6Sff8pJd29v3pruZ18,1088
9
- dkinst-0.1.0.dist-info/METADATA,sha256=TNOweiIXtwWbwPk-1vzq0WDLN0Mzx-SeosGW516BN5Y,2018
10
- dkinst-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- dkinst-0.1.0.dist-info/entry_points.txt,sha256=YNgO3GufKMdA_oRqWEGAVh6k00oIuPItqqChoUtU278,43
12
- dkinst-0.1.0.dist-info/top_level.txt,sha256=_dGNrME6z6Ihv2sxGC4hfAlnVuhoDlKwx-97LZ2xtQ0,7
13
- dkinst-0.1.0.dist-info/RECORD,,
9
+ dkinst-0.1.1.dist-info/licenses/LICENSE,sha256=ohlj1rmsTHdctr-wyqmP6kbFC6Sff8pJd29v3pruZ18,1088
10
+ dkinst-0.1.1.dist-info/METADATA,sha256=GwPB2v1myj8jiaPZUG-cm0LD4hPTphvp7NWgI04aJo8,2018
11
+ dkinst-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ dkinst-0.1.1.dist-info/entry_points.txt,sha256=YNgO3GufKMdA_oRqWEGAVh6k00oIuPItqqChoUtU278,43
13
+ dkinst-0.1.1.dist-info/top_level.txt,sha256=_dGNrME6z6Ihv2sxGC4hfAlnVuhoDlKwx-97LZ2xtQ0,7
14
+ dkinst-0.1.1.dist-info/RECORD,,
File without changes