dependence 1.1.0__tar.gz → 1.1.1__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.4
2
2
  Name: dependence
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: A dependency management tool for python projects
5
5
  Project-URL: Documentation, https://dependence.enorganic.org
6
6
  Project-URL: Repository, https://github.com/enorganic/dependence
@@ -273,8 +273,7 @@ def freeze(
273
273
  "requirement-name[extra-a,extra-b]" or ".[extra-a, extra-b]) and/or
274
274
  paths to a setup.py, setup.cfg, pyproject.toml, tox.ini or
275
275
  requirements.txt file
276
- exclude: One or more distributions to exclude/ignore
277
- exclude_recursive: One or more distributions to exclude.
276
+ exclude: One or more distributions to exclude.
278
277
  exclude_recursive: One or more distributions to exclude. Recursive
279
278
  dependency discovery is also halted for these distributions,
280
279
  unlike those passed to `exclude`.
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
 
7
7
  [project]
8
8
  name = "dependence"
9
- version = "1.1.0"
9
+ version = "1.1.1"
10
10
  description = "A dependency management tool for python projects"
11
11
  readme = "README.md"
12
12
  license = "MIT"
File without changes
File without changes