Skip to content

Commit

Permalink
Merge branch 'tidy'
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia-Box-Power committed Oct 7, 2024
2 parents e674171 + 891eea2 commit 6234c57
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions fingertips_py/__init__.py → fingertips_py/src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
__all__ = ['api_calls', 'metadata', 'retrieve_data']

__version__ = '0.4.0'

from .api_calls import get_json, get_data_in_tuple, make_request
from .retrieve_data import get_all_data_for_profile, get_all_data_for_indicators, get_data_by_indicator_ids, \
get_all_areas_for_all_indicators, get_data_for_indicator_at_all_available_geographies
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "fingertips_py"

version = '0.4.0'
dynamic = ["version"]

license = {file = "LICENSE"}

Expand All @@ -29,8 +29,12 @@ dependencies = [

readme = "README.md"

requires-python = ">=3.8"

classifiers = [
"Development Status :: 4 - Beta"
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent"
]

keywords = [
Expand All @@ -51,4 +55,7 @@ Issues = "https://github.com/ukhsa-collaboration/PHDS_fingertips_py/issues"
Changelog = "https://github.com/ukhsa-collaboration/PHDS_fingertips_py/blob/master/CHANGELOG.md"

[tool.setuptools]
packages = ["fingertips_py"]
packages = ["fingertips_py"]

[tool.setuptools.dynamic]
version = {attr = "fingertips_py.__version__"}
File renamed without changes.
File renamed without changes.

0 comments on commit 6234c57

Please sign in to comment.