protlabel 4.7.0__tar.gz → 4.7.2__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,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: protlabel
3
- Version: 4.7.0
3
+ Version: 4.7.2
4
4
  Summary: Embedding Annotation Transfer (EAT): nearest-neighbour label transfer in protein-language-model embedding space
5
5
  Project-URL: Homepage, https://github.com/tsenoner/protspace
6
6
  Project-URL: Repository, https://github.com/tsenoner/protspace
7
7
  Author-email: Tobias Senoner <tobias.senoner@tum.de>
8
- License-Expression: GPL-3.0
8
+ License-Expression: MIT
9
9
  Requires-Python: >=3.10
10
10
  Requires-Dist: numpy>=1.23.0
11
11
  Description-Content-Type: text/markdown
@@ -60,4 +60,4 @@ index is needed at Swiss-Prot scale.
60
60
 
61
61
  ## License
62
62
 
63
- GPL-3.0 — part of the [ProtSpace](https://github.com/tsenoner/protspace) project.
63
+ MIT — part of the [ProtSpace](https://github.com/tsenoner/protspace) project.
@@ -48,4 +48,4 @@ index is needed at Swiss-Prot scale.
48
48
 
49
49
  ## License
50
50
 
51
- GPL-3.0 — part of the [ProtSpace](https://github.com/tsenoner/protspace) project.
51
+ MIT — part of the [ProtSpace](https://github.com/tsenoner/protspace) project.
@@ -1,10 +1,10 @@
1
1
  [project]
2
2
  name = "protlabel"
3
- version = "4.7.0"
3
+ version = "4.7.2"
4
4
  description = "Embedding Annotation Transfer (EAT): nearest-neighbour label transfer in protein-language-model embedding space"
5
5
  authors = [{ name = "Tobias Senoner", email = "tobias.senoner@tum.de" }]
6
6
  readme = "README.md"
7
- license = "GPL-3.0"
7
+ license = "MIT"
8
8
  requires-python = ">=3.10"
9
9
  dependencies = [
10
10
  "numpy>=1.23.0",
@@ -16,6 +16,7 @@ Repository = "https://github.com/tsenoner/protspace"
16
16
 
17
17
 
18
18
 
19
+
19
20
  [build-system]
20
21
  requires = ["hatchling"]
21
22
  build-backend = "hatchling.build"
File without changes