insituTEM 0.1.7__tar.gz → 0.1.8__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,8 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: insituTEM
3
- Version: 0.1.7
4
- Author: Meng Li
3
+ Version: 0.1.8
4
+ Summary: A toolbox for processing in situ TEM data
5
5
  Requires-Python: >=3.9
6
+ Description-Content-Type: text/markdown
6
7
  Requires-Dist: numpy
7
8
  Requires-Dist: scipy
8
9
  Requires-Dist: matplotlib
@@ -17,4 +18,3 @@ Requires-Dist: ncempy
17
18
  Requires-Dist: easygui
18
19
  Requires-Dist: pystackreg
19
20
  Requires-Dist: pyside6
20
- Dynamic: author
@@ -1,8 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: insituTEM
3
- Version: 0.1.7
4
- Author: Meng Li
3
+ Version: 0.1.8
4
+ Summary: A toolbox for processing in situ TEM data
5
5
  Requires-Python: >=3.9
6
+ Description-Content-Type: text/markdown
6
7
  Requires-Dist: numpy
7
8
  Requires-Dist: scipy
8
9
  Requires-Dist: matplotlib
@@ -17,4 +18,3 @@ Requires-Dist: ncempy
17
18
  Requires-Dist: easygui
18
19
  Requires-Dist: pystackreg
19
20
  Requires-Dist: pyside6
20
- Dynamic: author
@@ -4,7 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "insituTEM"
7
- version = "0.1.7"
7
+ version = "0.1.8"
8
+ description = "A toolbox for processing in situ TEM data"
9
+ readme = "README.md"
8
10
  requires-python = ">=3.9"
9
11
  dependencies = [
10
12
  "numpy",
@@ -0,0 +1,3 @@
1
+ from setuptools import setup
2
+
3
+ setup()
insitutem-0.1.7/setup.py DELETED
@@ -1,25 +0,0 @@
1
- from setuptools import setup, find_packages
2
-
3
- setup(
4
- name='insituTEM',
5
- version='0.1.7',
6
- author='Meng Li',
7
- description='A package of tools for processing in situ TEM data',
8
- packages=['insituTEM'],
9
- install_requires=[
10
- "numpy",
11
- "scipy",
12
- "matplotlib",
13
- "pandas",
14
- "tifffile",
15
- "tqdm",
16
- "opencv-python",
17
- "pillow",
18
- "scikit-image",
19
- "moviepy",
20
- "ncempy",
21
- "easygui",
22
- "pystackreg",
23
- "pyside6",
24
- ],
25
- )
File without changes