biofiles 0.0.1__tar.gz → 0.0.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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biofiles
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Pure-Python, zero-dependency collection of bioinformatics-related file readers and writers
5
5
  Author-email: Tigran Saluev <tigran@saluev.com>
6
6
  Maintainer-email: Tigran Saluev <tigran@saluev.com>
@@ -26,6 +26,7 @@ License: MIT License
26
26
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
27
  SOFTWARE.
28
28
 
29
+ Project-URL: Homepage, https://github.com/Saluev/biofiles
29
30
  Classifier: Programming Language :: Python :: 3
30
31
  Classifier: License :: OSI Approved :: MIT License
31
32
  Classifier: Operating System :: OS Independent
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biofiles
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Pure-Python, zero-dependency collection of bioinformatics-related file readers and writers
5
5
  Author-email: Tigran Saluev <tigran@saluev.com>
6
6
  Maintainer-email: Tigran Saluev <tigran@saluev.com>
@@ -26,6 +26,7 @@ License: MIT License
26
26
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
27
  SOFTWARE.
28
28
 
29
+ Project-URL: Homepage, https://github.com/Saluev/biofiles
29
30
  Classifier: Programming Language :: Python :: 3
30
31
  Classifier: License :: OSI Approved :: MIT License
31
32
  Classifier: Operating System :: OS Independent
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "biofiles"
7
- version = "0.0.1"
7
+ version = "0.0.2"
8
8
  authors = [
9
9
  { name="Tigran Saluev", email="tigran@saluev.com" },
10
10
  ]
@@ -23,3 +23,6 @@ classifiers = [
23
23
  "Programming Language :: Python :: 3.11",
24
24
  "Programming Language :: Python :: 3.12",
25
25
  ]
26
+
27
+ [project.urls]
28
+ Homepage = "https://github.com/Saluev/biofiles"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes