morpc 0.2.0__tar.gz → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: morpc
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Data managment tools used by MORPC
5
5
  Author-email: MORPC data team <dataandmaps@morpc.org>
6
6
  License-Expression: MIT
@@ -8,7 +8,6 @@ Classifier: Development Status :: 1 - Planning
8
8
  Classifier: Intended Audience :: Developers
9
9
  Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
- Requires-Dist: json
12
11
  Requires-Dist: requests
13
12
  Requires-Dist: pandas
14
13
  Requires-Dist: geopandas
@@ -1,4 +1,4 @@
1
- __version__ = "0.2.0"
1
+ __version__ = "0.2.1"
2
2
 
3
3
  from .morpc import *
4
4
  from .frictionless import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: morpc
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Data managment tools used by MORPC
5
5
  Author-email: MORPC data team <dataandmaps@morpc.org>
6
6
  License-Expression: MIT
@@ -8,7 +8,6 @@ Classifier: Development Status :: 1 - Planning
8
8
  Classifier: Intended Audience :: Developers
9
9
  Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
- Requires-Dist: json
12
11
  Requires-Dist: requests
13
12
  Requires-Dist: pandas
14
13
  Requires-Dist: geopandas
@@ -1,4 +1,3 @@
1
- json
2
1
  requests
3
2
  pandas
4
3
  geopandas
@@ -13,7 +13,6 @@ classifiers = [
13
13
  "Intended Audience :: Developers",
14
14
  ]
15
15
  dependencies = [
16
- "json",
17
16
  "requests",
18
17
  "pandas",
19
18
  "geopandas",
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