surface-ion 1.0.3__tar.gz → 1.0.3.dev0__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: surface-ion
3
- Version: 1.0.3
3
+ Version: 1.0.3.dev0
4
4
  Summary: Python package for simulation and analysis of ion crystals in surface traps.
5
5
  Home-page: https://github.com/underforestaaa/Sion
6
6
  Author: Artem Podlesnyy
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.6
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
17
  Requires-Dist: numpy>=1.13.3
18
+ Requires-Dist: cython>=3.0.1
18
19
  Requires-Dist: jinja2>=2.9.6
19
20
  Requires-Dist: scipy>=1.12.1
20
21
  Requires-Dist: scikit-optimize>=0.10.2
@@ -14,6 +14,7 @@ with open('readme.md') as readme_file:
14
14
 
15
15
  requirements = [
16
16
  'numpy>=1.13.3',
17
+ 'cython>=3.0.1',
17
18
  'jinja2>=2.9.6',
18
19
  'scipy>=1.12.1',
19
20
  'scikit-optimize>=0.10.2',
@@ -30,7 +31,7 @@ short_description = (
30
31
 
31
32
  setup(
32
33
  name='surface-ion',
33
- version='1.0.3',
34
+ version='1.0.3dev',
34
35
  description=short_description,
35
36
  long_description=readme,
36
37
  long_description_content_type='text/markdown',
@@ -38,8 +39,6 @@ setup(
38
39
  author_email='a.podlesnyy@rqc.ru',
39
40
  url='https://github.com/underforestaaa/Sion',
40
41
  packages=find_packages(include=['surface-ion']),
41
- package_data={'surface-ion': ['templates/*j2']},
42
- include_package_data=True,
43
42
  install_requires=requirements,
44
43
  license="MIT license",
45
44
  keywords=['surface trap', 'ion', 'quantum computing', 'ion simulation',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: surface-ion
3
- Version: 1.0.3
3
+ Version: 1.0.3.dev0
4
4
  Summary: Python package for simulation and analysis of ion crystals in surface traps.
5
5
  Home-page: https://github.com/underforestaaa/Sion
6
6
  Author: Artem Podlesnyy
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.6
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
17
  Requires-Dist: numpy>=1.13.3
18
+ Requires-Dist: cython>=3.0.1
18
19
  Requires-Dist: jinja2>=2.9.6
19
20
  Requires-Dist: scipy>=1.12.1
20
21
  Requires-Dist: scikit-optimize>=0.10.2
@@ -1,4 +1,5 @@
1
1
  numpy>=1.13.3
2
+ cython>=3.0.1
2
3
  jinja2>=2.9.6
3
4
  scipy>=1.12.1
4
5
  scikit-optimize>=0.10.2
File without changes
File without changes
File without changes