Added python project description files
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
This commit is contained in:
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[build-system]
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = ["setuptools", "wheel"]
|
12
setup.cfg
Normal file
12
setup.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
[metadata]
|
||||
name = bmlsa
|
||||
version = 0.0.1
|
||||
|
||||
[options]
|
||||
packages = bmlsa
|
||||
install_requires =
|
||||
biopython ==1.81
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
bmlsa = bmlsa.cli:main
|
Reference in New Issue
Block a user