nict 0.0.2__tar.gz → 0.0.5__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.

Potentially problematic release.


This version of nict might be problematic. Click here for more details.

nict-0.0.5/MANIFEST.in ADDED
@@ -0,0 +1,5 @@
1
+ include LICENSE
2
+ include README.md
3
+ recursive-include nictemp *
4
+ global-include '*.tar.gz'
5
+ prune build
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nict
3
- Version: 0.0.2
3
+ Version: 0.0.5
4
4
  Summary: An easy to use library to speed up computation (by parallelizing on multi CPUs).
5
5
  Home-page:
6
6
  Author: NICHOLAS WU
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nict
3
- Version: 0.0.2
3
+ Version: 0.0.5
4
4
  Summary: An easy to use library to speed up computation (by parallelizing on multi CPUs).
5
5
  Home-page:
6
6
  Author: NICHOLAS WU
@@ -5,4 +5,4 @@ nict.egg-info/PKG-INFO
5
5
  nict.egg-info/SOURCES.txt
6
6
  nict.egg-info/dependency_links.txt
7
7
  nict.egg-info/top_level.txt
8
- nictemp/frp_0.45.0_linux_amd64.tar.gz
8
+ nictemp/PeterSteiner.pip-installer-0.0.4.vsix
@@ -16,7 +16,7 @@ install_requires = []
16
16
 
17
17
  setup(
18
18
  name="nict",
19
- version="0.0.2",
19
+ version="0.0.5",
20
20
  python_requires=">=3.5",
21
21
  packages=find_packages(),
22
22
  author="NICHOLAS WU",
nict-0.0.2/MANIFEST.in DELETED
@@ -1,2 +0,0 @@
1
- include *.gz
2
- recursive-include nictemp *
File without changes
File without changes
File without changes