QuantumWalkSimulation 0.1.0__tar.gz → 0.1.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.4
2
2
  Name: QuantumWalkSimulation
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Simulacao generica de caminhadas quanticas discretas (MSLQW-PPI) por dispatcher de estrutura (hipercubo, grade, ...)
5
5
  Author-email: Igor <igorgomesdeoliveira@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "QuantumWalkSimulation"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "Simulacao generica de caminhadas quanticas discretas (MSLQW-PPI) por dispatcher de estrutura (hipercubo, grade, ...)"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -50,8 +50,12 @@ Homepage = "https://github.com/Igoro2016/QuantumWalkSimulation"
50
50
  Repository = "https://github.com/Igoro2016/QuantumWalkSimulation"
51
51
  "Bug Tracker" = "https://github.com/Igoro2016/QuantumWalkSimulation/issues"
52
52
 
53
+ [tool.setuptools]
54
+ package-dir = {"QuantumWalkSimulation" = "src/QuantumWalkSimulation"}
55
+
53
56
  [tool.setuptools.packages.find]
54
57
  where = ["src"]
58
+ include = ["QuantumWalkSimulation*"]
55
59
 
56
60
  [tool.pytest.ini_options]
57
61
  testpaths = ["tests"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: QuantumWalkSimulation
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Simulacao generica de caminhadas quanticas discretas (MSLQW-PPI) por dispatcher de estrutura (hipercubo, grade, ...)
5
5
  Author-email: Igor <igorgomesdeoliveira@gmail.com>
6
6
  License: MIT
@@ -27,6 +27,6 @@ except PackageNotFoundError: # pragma: no cover
27
27
  __author__ = "Igor"
28
28
  __license__ = "MIT"
29
29
 
30
- from QuantumWalkSimulation.core import qw, QWResult
30
+ from .core import qw, QWResult
31
31
 
32
32
  __all__ = ["qw", "QWResult"]
@@ -1 +0,0 @@
1
- quantumwalksimulation