plotly-lite 0.1.0__tar.gz → 0.1.1__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.
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/PKG-INFO +1 -1
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/Plotly_Lite.egg-info/PKG-INFO +1 -1
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/pyproject.toml +1 -1
- plotly_lite-0.1.1/requirements.txt +4 -0
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/setup.py +1 -1
- plotly_lite-0.1.0/requirements.txt +0 -2
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/LICENSE +0 -0
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/MANIFEST.in +0 -0
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/Plotly_Lite.egg-info/SOURCES.txt +0 -0
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/Plotly_Lite.egg-info/dependency_links.txt +0 -0
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/Plotly_Lite.egg-info/requires.txt +0 -0
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/Plotly_Lite.egg-info/top_level.txt +0 -0
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/README.md +0 -0
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/plotly_lite/__init__.py +0 -0
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/plotly_lite/plotting.py +0 -0
- {plotly_lite-0.1.0 → plotly_lite-0.1.1}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "plotly-lite" # must be unique on PyPI
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "lite version wrapper on plotly for quick utilization for scientific graphs"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
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
|