Skip to content

Commit

Permalink
chore: publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Aug 20, 2024
1 parent a9cf98e commit 011164b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ CDF (Continuous Data Framework) is an integrated framework designed to manage da

1. **Installation**:

(NOT YET PUBLISHED ON PYPI, INSTALLATION INSTRUCTIONS WILL BE UPDATED SOON)

CDF requires Python 3.9 or newer. Install CDF using pip:

```bash
Expand Down
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "cdf"
name = "python-cdf"
version = "0.9.2"
description = "A framework to manage data continuously"
authors = [
Expand Down Expand Up @@ -27,16 +27,20 @@ requires-python = ">=3.9,<3.13"
readme = "README.md"
license.file = "LICENSE"

[tool.poetry]
packages = [{ include = "src" }]

[project.optional-dependencies]
dev = [
# "poetry @ git+https://github.com/radoering/poetry.git@pep621-support",
"pytest>=7.4.3",
"pytest-mock>=3.12.0",
"pydoc-markdown>4",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["poetry-core@ git+https://github.com/radoering/poetry-core.git@pep621-support"]
build-backend = "poetry.core.masonry.api"

[tool.hatch.metadata]
allow-direct-references = true
Expand Down

0 comments on commit 011164b

Please sign in to comment.