pyhabitat 1.0.22__tar.gz → 1.0.23__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.

Potentially problematic release.


This version of pyhabitat might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyhabitat
3
- Version: 1.0.22
3
+ Version: 1.0.23
4
4
  Summary: A lightweight library for detecting system environment, GUI, and build properties.
5
5
  Author-email: George Clayton Bennett <george.bennett@memphistn.gov>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyhabitat
3
- Version: 1.0.22
3
+ Version: 1.0.23
4
4
  Summary: A lightweight library for detecting system environment, GUI, and build properties.
5
5
  Author-email: George Clayton Bennett <george.bennett@memphistn.gov>
6
6
  License-Expression: MIT
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "pyhabitat"
9
- version = "1.0.22"
9
+ version = "1.0.23"
10
10
  #dynamic = ["version"] #
11
11
  authors = [
12
12
  { name="George Clayton Bennett", email="george.bennett@memphistn.gov" },
@@ -30,6 +30,6 @@ pyhabitat = "pyhabitat.cli:run_cli"
30
30
  where = ["."]
31
31
  include = ["pyhabitat*"]
32
32
 
33
- [tool.setuptools_scm]
34
- # This tells setuptools_scm to look at your git history/tags for the version
35
- write_to = "pyhabitat/_version.py"
33
+ #[tool.setuptools_scm]
34
+ # This tells setuptools_scm to look at the git history/tags for the version
35
+ #write_to = "pyhabitat/_version.py"
File without changes
File without changes
File without changes
File without changes