bacpipe 1.3.0.dev0__tar.gz → 1.3.0.dev1__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.
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/PKG-INFO +1 -1
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/bacpipe/config.yaml +2 -1
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/bacpipe.egg-info/PKG-INFO +1 -1
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/pyproject.toml +2 -2
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/LICENSE +0 -0
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/README.md +0 -0
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/bacpipe/__init__.py +0 -0
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/bacpipe/settings.yaml +0 -0
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/bacpipe/testing.py +0 -0
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/bacpipe.egg-info/SOURCES.txt +0 -0
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/bacpipe.egg-info/dependency_links.txt +0 -0
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/bacpipe.egg-info/requires.txt +0 -0
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/bacpipe.egg-info/top_level.txt +0 -0
- {bacpipe-1.3.0.dev0 → bacpipe-1.3.0.dev1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bacpipe
|
|
3
|
-
Version: 1.3.0.
|
|
3
|
+
Version: 1.3.0.dev1
|
|
4
4
|
Summary: Use bacpipe to streamline the process of generating embeddings and analysing your PAM datasets.
|
|
5
5
|
Author-email: "Vincent S. Kather" <vkather@gmail.com>
|
|
6
6
|
Requires-Python: >=3.11
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bacpipe
|
|
3
|
-
Version: 1.3.0.
|
|
3
|
+
Version: 1.3.0.dev1
|
|
4
4
|
Summary: Use bacpipe to streamline the process of generating embeddings and analysing your PAM datasets.
|
|
5
5
|
Author-email: "Vincent S. Kather" <vkather@gmail.com>
|
|
6
6
|
Requires-Python: >=3.11
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "bacpipe"
|
|
3
|
-
version = "1.3.0.
|
|
3
|
+
version = "1.3.0.dev1"
|
|
4
4
|
description = "Use bacpipe to streamline the process of generating embeddings and analysing your PAM datasets."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -197,4 +197,4 @@ packages = ["bacpipe"]
|
|
|
197
197
|
|
|
198
198
|
[tool.setuptools.package-data]
|
|
199
199
|
# Ensure your yaml and png files are packaged into the wheel
|
|
200
|
-
"bacpipe" = ["*.yaml", "*.png"]
|
|
200
|
+
"bacpipe" = ["*.yaml", "*.png"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|