Skip to content

Commit

Permalink
Revert "return to setup.py"
Browse files Browse the repository at this point in the history
This reverts commit f206d6c.
  • Loading branch information
JessyBarrette committed Dec 9, 2024
1 parent f206d6c commit a2de485
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 32 deletions.
1 change: 1 addition & 0 deletions firebase_to_xml/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9
26 changes: 26 additions & 0 deletions firebase_to_xml/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[project]
name = "firebase-to-xml"
version = "0.1.0"
description = "Package use to convert firebase data to xml"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"firebase-to-xml",
"google-auth>=2.36.0",
"google-oauth>=1.0.1",
"loguru>=0.7.3",
"metadata-xml @ git+https://github.com/cioos-siooc/metadata-xml.git",
"python-dotenv>=1.0.1",
"tqdm>=4.67.1",
]

[tool.uv]
dev-dependencies = [
"ruff>=0.8.2",
]

[tool.uv.sources]
firebase-to-xml = { workspace = true }

[tool.setuptools]
py-modules = []
32 changes: 0 additions & 32 deletions firebase_to_xml/setup.py

This file was deleted.

Loading

0 comments on commit a2de485

Please sign in to comment.