Skip to content

Commit

Permalink
Don't need setup.py anymore :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk1e committed May 14, 2024
1 parent d712387 commit 4ac6943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "rdw-ingestion-tools"
version = "0.3.4"
description = "AA Python package for integrating third-party data to Reach Digital Health's AWS Datta Lake."
description = "A Python package for integrating third-party data to Reach Digital Health's AWS Datta Lake."
authors = ["Schalk1e <schalk@reachdigitalhealth.org>"]
license = "MIT"
readme = "README.md"
packages = [{include = "rdw_ingestion_tools"}]
packages = [{include = "src"}]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down
14 changes: 0 additions & 14 deletions setup.py

This file was deleted.

0 comments on commit 4ac6943

Please sign in to comment.