varsim 1.0.2__tar.gz → 1.0.3__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: varsim
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Variant Simulator
5
5
  Author-email: Liu Sun <sunliu@yxnu.edu.cn>, Jian Yang <yangjian@yxnu.edu.cn>
6
6
  Project-URL: Homepage, https://github.com/liu-sun/VarSim
@@ -11,6 +11,7 @@ Classifier: License :: OSI Approved :: MIT License
11
11
  Requires-Python: >=3.8
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
+ Requires-Dist: biopython
14
15
  Dynamic: license-file
15
16
 
16
17
  # VarSim
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "varsim"
7
- version = "1.0.2"
7
+ version = "1.0.3"
8
8
  authors = [
9
9
  { name="Liu Sun", email="sunliu@yxnu.edu.cn" },
10
10
  { name="Jian Yang", email="yangjian@yxnu.edu.cn" },
@@ -12,6 +12,9 @@ authors = [
12
12
  description = "Variant Simulator"
13
13
  readme = "README.md"
14
14
  requires-python = ">=3.8"
15
+ dependencies = [
16
+ "biopython",
17
+ ]
15
18
  classifiers = [
16
19
  "Programming Language :: Python :: 3",
17
20
  "Operating System :: OS Independent",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: varsim
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Variant Simulator
5
5
  Author-email: Liu Sun <sunliu@yxnu.edu.cn>, Jian Yang <yangjian@yxnu.edu.cn>
6
6
  Project-URL: Homepage, https://github.com/liu-sun/VarSim
@@ -11,6 +11,7 @@ Classifier: License :: OSI Approved :: MIT License
11
11
  Requires-Python: >=3.8
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
+ Requires-Dist: biopython
14
15
  Dynamic: license-file
15
16
 
16
17
  # VarSim
@@ -10,4 +10,5 @@ src/varsim/__init__.py
10
10
  src/varsim.egg-info/PKG-INFO
11
11
  src/varsim.egg-info/SOURCES.txt
12
12
  src/varsim.egg-info/dependency_links.txt
13
+ src/varsim.egg-info/requires.txt
13
14
  src/varsim.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ biopython
File without changes
File without changes
File without changes
File without changes