pythonknot 0.1__tar.gz → 0.1.1__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: pythonknot
3
- Version: 0.1
3
+ Version: 0.1.1
4
4
  Summary: pythonknot for knot theory calculation
5
5
  Home-page:
6
6
  Author: yjianzhu
@@ -126,7 +126,7 @@ class CMakeBuild(build_ext):
126
126
 
127
127
  setuptools.setup(
128
128
  name="pythonknot",
129
- version="0.1",
129
+ version="0.1.1",
130
130
  author="yjianzhu",
131
131
  author_email="yjianzhu@mail.ustc.edu.cn",
132
132
  description="pythonknot for knot theory calculation",
@@ -144,5 +144,7 @@ setuptools.setup(
144
144
  'scipy',
145
145
  'pybind11',
146
146
  'rmsd',
147
+ 'setuptools',
148
+ 'wheel'
147
149
  ],
148
150
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pythonknot
3
- Version: 0.1
3
+ Version: 0.1.1
4
4
  Summary: pythonknot for knot theory calculation
5
5
  Home-page:
6
6
  Author: yjianzhu
@@ -2,3 +2,5 @@ numpy
2
2
  scipy
3
3
  pybind11
4
4
  rmsd
5
+ setuptools
6
+ wheel
File without changes
File without changes
File without changes
File without changes