offviewer 0.2.0__tar.gz → 0.3.0__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.3
2
2
  Name: offviewer
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: Add your description here
5
5
  Author: Marcel Tünnissen
6
6
  Author-email: Marcel Tünnissen <marcelteun@gmail.com>
@@ -37,7 +37,7 @@ A released version can be installed by
37
37
  It is wise to use a virtual Python environment, e.g. on Linux:
38
38
  ```
39
39
  python -m venv path_to_venv
40
- . path_to_venv
40
+ . path_to_venv/bin/activate
41
41
  ```
42
42
 
43
43
  Then the script can be run by:
@@ -20,7 +20,7 @@ A released version can be installed by
20
20
  It is wise to use a virtual Python environment, e.g. on Linux:
21
21
  ```
22
22
  python -m venv path_to_venv
23
- . path_to_venv
23
+ . path_to_venv/bin/activate
24
24
  ```
25
25
 
26
26
  Then the script can be run by:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "offviewer"
3
- version = "0.2.0"
3
+ version = "0.3.0"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -20,8 +20,8 @@ name = "Marcel Tünnissen"
20
20
  email = "marcelteun@gmail.com"
21
21
 
22
22
  [project.scripts]
23
- facetings = "offviewer.facetings:main"
24
- offchecker = "offviewer.offcheck:main"
23
+ facetings = "facetings:main"
24
+ offchecker = "offcheck:main"
25
25
  offviewer = "offviewer:main"
26
26
 
27
27
  [build-system]
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "offviewer"
3
- version = "0.2.0"
3
+ version = "0.3.0"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -19,8 +19,8 @@ dependencies = [
19
19
  ]
20
20
 
21
21
  [project.scripts]
22
- facetings = "offviewer.facetings:main"
23
- offchecker = "offviewer.offcheck:main"
22
+ facetings = "facetings:main"
23
+ offchecker = "offcheck:main"
24
24
  offviewer = "offviewer:main"
25
25
 
26
26
  [build-system]
@@ -0,0 +1 @@
1
+ Filename,Detail
@@ -0,0 +1 @@
1
+ from offviewer.offviewer import *