oafuncs 0.0.68__tar.gz → 0.0.69__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.
Files changed (28) hide show
  1. {oafuncs-0.0.68 → oafuncs-0.0.69}/PKG-INFO +4 -1
  2. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs.egg-info/PKG-INFO +4 -1
  3. {oafuncs-0.0.68 → oafuncs-0.0.69}/setup.py +4 -1
  4. {oafuncs-0.0.68 → oafuncs-0.0.69}/LICENSE.txt +0 -0
  5. {oafuncs-0.0.68 → oafuncs-0.0.69}/README.md +0 -0
  6. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/__init__.py +0 -0
  7. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_cmap.py +0 -0
  8. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_data.py +0 -0
  9. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_down/__init__.py +0 -0
  10. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_down/hycom_3hourly.py +0 -0
  11. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_down/literature.py +0 -0
  12. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_down/refs_pdf.py +0 -0
  13. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_draw.py +0 -0
  14. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_file.py +0 -0
  15. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_help.py +0 -0
  16. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_nc.py +0 -0
  17. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_python.py +0 -0
  18. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_sign/__init__.py +0 -0
  19. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_sign/meteorological.py +0 -0
  20. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_sign/ocean.py +0 -0
  21. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_sign/scientific.py +0 -0
  22. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_tool/__init__.py +0 -0
  23. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs/oa_tool/email.py +0 -0
  24. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs.egg-info/SOURCES.txt +0 -0
  25. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs.egg-info/dependency_links.txt +0 -0
  26. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs.egg-info/requires.txt +0 -0
  27. {oafuncs-0.0.68 → oafuncs-0.0.69}/oafuncs.egg-info/top_level.txt +0 -0
  28. {oafuncs-0.0.68 → oafuncs-0.0.69}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oafuncs
3
- Version: 0.0.68
3
+ Version: 0.0.69
4
4
  Summary: My short description for my project.
5
5
  Home-page: https://github.com/Industry-Pays/OAFuncs
6
6
  Author: Kun Liu
@@ -9,6 +9,9 @@ License: MIT
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python
11
11
  Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.6
13
+ Classifier: Programming Language :: Python :: 3.7
14
+ Classifier: Programming Language :: Python :: 3.8
12
15
  Classifier: Programming Language :: Python :: 3.9
13
16
  Classifier: Programming Language :: Python :: 3.10
14
17
  Classifier: Programming Language :: Python :: 3.11
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oafuncs
3
- Version: 0.0.68
3
+ Version: 0.0.69
4
4
  Summary: My short description for my project.
5
5
  Home-page: https://github.com/Industry-Pays/OAFuncs
6
6
  Author: Kun Liu
@@ -9,6 +9,9 @@ License: MIT
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python
11
11
  Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.6
13
+ Classifier: Programming Language :: Python :: 3.7
14
+ Classifier: Programming Language :: Python :: 3.8
12
15
  Classifier: Programming Language :: Python :: 3.9
13
16
  Classifier: Programming Language :: Python :: 3.10
14
17
  Classifier: Programming Language :: Python :: 3.11
@@ -18,7 +18,7 @@ URL = 'https://github.com/Industry-Pays/OAFuncs'
18
18
  EMAIL = 'liukun0312@stu.ouc.edu.cn'
19
19
  AUTHOR = 'Kun Liu'
20
20
  REQUIRES_PYTHON = '>=3.9.0'
21
- VERSION = '0.0.68'
21
+ VERSION = '0.0.69'
22
22
 
23
23
  # What packages are required for this module to be executed?
24
24
  REQUIRED = [
@@ -140,6 +140,9 @@ setup(
140
140
  'License :: OSI Approved :: MIT License',
141
141
  'Programming Language :: Python',
142
142
  'Programming Language :: Python :: 3',
143
+ 'Programming Language :: Python :: 3.6',
144
+ 'Programming Language :: Python :: 3.7',
145
+ 'Programming Language :: Python :: 3.8',
143
146
  'Programming Language :: Python :: 3.9',
144
147
  'Programming Language :: Python :: 3.10',
145
148
  'Programming Language :: Python :: 3.11',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes