ncplot 0.3.10__tar.gz → 0.3.12__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: ncplot
3
- Version: 0.3.10
3
+ Version: 0.3.12
4
4
  Summary: Interactive viewing of NetCDF data
5
5
  Home-page: https://github.com/pmlmodelling/ncplot
6
6
  Author: Robert Wilson
@@ -31,6 +31,19 @@ Requires-Dist: jupyter_bokeh
31
31
  Requires-Dist: datashader; python_version <= "3.10"
32
32
  Provides-Extra: complete
33
33
  Requires-Dist: geoviews; extra == "complete"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: license-file
41
+ Dynamic: maintainer
42
+ Dynamic: project-url
43
+ Dynamic: provides-extra
44
+ Dynamic: requires-dist
45
+ Dynamic: requires-python
46
+ Dynamic: summary
34
47
 
35
48
 
36
49
 
@@ -1,6 +1,7 @@
1
1
  LICENSE
2
2
  MANIFEST.in
3
3
  README.md
4
+ pyproject.toml
4
5
  requirements.txt
5
6
  setup.py
6
7
  ncplot/__init__.py
@@ -0,0 +1,5 @@
1
+ # pyproject.toml
2
+ [build-system]
3
+ # XXX: If your project needs other packages to build properly, add them to this list.
4
+ requires = ["setuptools >= 42.0.0"]
5
+ build-backend = "setuptools.build_meta"
@@ -37,7 +37,7 @@ extras_require: dict() = {
37
37
  extras_require["complete"] = ["geoviews"]
38
38
 
39
39
  setup(name='ncplot',
40
- version='0.3.10',
40
+ version='0.3.12',
41
41
  description=DESCRIPTION,
42
42
  long_description=long_description,
43
43
  long_description_content_type='text/markdown',
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