Skip to content

Commit f10975c

Browse files
committed
Remove setup.cfg -> move content to pyproject.toml
1 parent 7a7c65e commit f10975c

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,26 @@ build-backend = "setuptools.build_meta"
44

55
[tool.black]
66
line-length = 88
7+
8+
[metadata]
9+
name = needleman-wunsch
10+
version = 0.1.0
11+
description = Needleman-Wunsch
12+
license = MIT
13+
14+
15+
[options]
16+
package_dir =
17+
= src
18+
packages = find:
19+
20+
[options.packages.find]
21+
where = src
22+
23+
[options.entry_points]
24+
controle_scripts =
25+
needleman-wunsch = aligner.cli:main
26+
27+
[mypy]
28+
mypy_path = src
29+
ignore_missing_imports = True

setup.cfg

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)