shancx 1.4__tar.gz → 1.50__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: shancx
3
- Version: 1.4
3
+ Version: 1.50
4
4
  Summary: A simple timer decorator
5
5
  Home-page: https://gitee.com/shancx
6
6
  Author: Your Name
@@ -18,12 +18,6 @@ A simple Python package that provides a timer decorator to measure the execution
18
18
  ## Installation
19
19
 
20
20
 
21
- pip install my_timer_decorator
21
+ pip install shancx
22
22
 
23
-
24
-
25
- python setup.py sdist bdist_wheel
26
-
27
- twine upload dist/*
28
-
29
23
 
@@ -5,12 +5,6 @@ A simple Python package that provides a timer decorator to measure the execution
5
5
  ## Installation
6
6
 
7
7
 
8
- pip install my_timer_decorator
8
+ pip install shancx
9
9
 
10
-
11
-
12
- python setup.py sdist bdist_wheel
13
-
14
- twine upload dist/*
15
-
16
10
 
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
4
4
 
5
5
  setup(
6
6
  name='shancx',
7
- version='1.04',
7
+ version='1.50',
8
8
  packages=find_packages(),
9
9
  description='A simple timer decorator',
10
10
  long_description=open('README.md').read(),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: shancx
3
- Version: 1.4
3
+ Version: 1.50
4
4
  Summary: A simple timer decorator
5
5
  Home-page: https://gitee.com/shancx
6
6
  Author: Your Name
@@ -18,12 +18,6 @@ A simple Python package that provides a timer decorator to measure the execution
18
18
  ## Installation
19
19
 
20
20
 
21
- pip install my_timer_decorator
21
+ pip install shancx
22
22
 
23
-
24
-
25
- python setup.py sdist bdist_wheel
26
-
27
- twine upload dist/*
28
-
29
23
 
File without changes
File without changes
File without changes
File without changes