geovizpy 0.1.2__tar.gz → 0.1.3__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,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geovizpy
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A Python wrapper for the geoviz JavaScript library
5
5
  Author: Florian
6
- Project-URL: Source, https://codeberg.org/florian/geovizpy_repo
6
+ Project-URL: Source, https://codeberg.org/florian/geovizpy
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
9
9
  Classifier: Operating System :: OS Independent
@@ -25,7 +25,7 @@ It allows you to create thematic maps using a simple Python API and render them
25
25
  ## Installation
26
26
 
27
27
  ```bash
28
- pip install git+https://github.com/yourusername/geovizpy.git
28
+ pip install git+https://github.com/fbxyz/geovizpy.git
29
29
  ```
30
30
 
31
31
  ## Usage
@@ -6,7 +6,7 @@ It allows you to create thematic maps using a simple Python API and render them
6
6
  ## Installation
7
7
 
8
8
  ```bash
9
- pip install git+https://github.com/yourusername/geovizpy.git
9
+ pip install git+https://github.com/fbxyz/geovizpy.git
10
10
  ```
11
11
 
12
12
  ## Usage
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geovizpy
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A Python wrapper for the geoviz JavaScript library
5
5
  Author: Florian
6
- Project-URL: Source, https://codeberg.org/florian/geovizpy_repo
6
+ Project-URL: Source, https://codeberg.org/florian/geovizpy
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
9
9
  Classifier: Operating System :: OS Independent
@@ -25,7 +25,7 @@ It allows you to create thematic maps using a simple Python API and render them
25
25
  ## Installation
26
26
 
27
27
  ```bash
28
- pip install git+https://github.com/yourusername/geovizpy.git
28
+ pip install git+https://github.com/fbxyz/geovizpy.git
29
29
  ```
30
30
 
31
31
  ## Usage
@@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text()
7
7
 
8
8
  setup(
9
9
  name="geovizpy",
10
- version="0.1.2",
10
+ version="0.1.3",
11
11
  description="A Python wrapper for the geoviz JavaScript library",
12
12
  long_description=long_description,
13
13
  long_description_content_type='text/markdown',
@@ -15,7 +15,7 @@ setup(
15
15
  packages=find_packages(),
16
16
  install_requires=[],
17
17
  project_urls={
18
- 'Source': 'https://codeberg.org/florian/geovizpy_repo',
18
+ 'Source': 'https://codeberg.org/florian/geovizpy',
19
19
  },
20
20
  classifiers=[
21
21
  "Programming Language :: Python :: 3",
File without changes
File without changes