Skip to content

Commit 40fdf5f

Browse files
committed
add pyproject
1 parent dec5c1f commit 40fdf5f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
*.zip
55
*.csv
66
*.rocksdb
7+
chill_filter.egg-info/

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[project]
2+
name = "chill-filter"
3+
description = "rapid sample screening for shotgun DNA sequencing data sets"
4+
readme = "README.md"
5+
version = "0.1"
6+
authors = [
7+
{ name="C. Titus Brown" },
8+
]
9+
10+
[metadata]
11+
license = { text = "Affero GPL" }
12+
13+
[project.urls]
14+
"Source" = "https://github.com/dib-lab/chill-filter"
15+
16+
[tool.setuptools.packages.find]
17+
where = ["./"]
18+
include = ["chill_filter_web", "chill_filter"]

0 commit comments

Comments
 (0)