healthdatalayer 0.0.1__tar.gz → 0.0.2__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.

Potentially problematic release.


This version of healthdatalayer might be problematic. Click here for more details.

@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: healthdatalayer
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Health Datalayer to access data from different sources
5
5
  Author: Jesus Martinez
6
6
  Author-email: jesusmartinez@noosds.com
7
- Classifier: Programming Language :: Python :: 3.10
7
+ Classifier: Programming Language :: Python :: 3.13
8
8
  Classifier: License :: OSI Approved :: MIT License
9
9
  Classifier: Operating System :: OS Independent
10
- Requires-Python: >=3.10
10
+ Requires-Python: >=3.13
11
11
  Description-Content-Type: text/markdown
12
12
  Requires-Dist: setuptools
13
13
  Requires-Dist: wheel
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: healthdatalayer
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Health Datalayer to access data from different sources
5
5
  Author: Jesus Martinez
6
6
  Author-email: jesusmartinez@noosds.com
7
- Classifier: Programming Language :: Python :: 3.10
7
+ Classifier: Programming Language :: Python :: 3.13
8
8
  Classifier: License :: OSI Approved :: MIT License
9
9
  Classifier: Operating System :: OS Independent
10
- Requires-Python: >=3.10
10
+ Requires-Python: >=3.13
11
11
  Description-Content-Type: text/markdown
12
12
  Requires-Dist: setuptools
13
13
  Requires-Dist: wheel
@@ -5,9 +5,9 @@ with open('requirements.txt') as f:
5
5
 
6
6
  setup(
7
7
  name="healthdatalayer",
8
- version="0.0.1",
8
+ version="0.0.2",
9
9
  include_package_data=True,
10
- python_requires='>=3.10',
10
+ python_requires='>=3.13',
11
11
  packages=find_packages(),
12
12
  setup_requires=['setuptools-git-versioning'],
13
13
  install_requires=requirements,
@@ -17,7 +17,7 @@ setup(
17
17
  long_description=open('README.md').read(),
18
18
  long_description_content_type="text/markdown",
19
19
  classifiers=[
20
- "Programming Language :: Python :: 3.10",
20
+ "Programming Language :: Python :: 3.13",
21
21
  "License :: OSI Approved :: MIT License",
22
22
  "Operating System :: OS Independent",
23
23
  ],