Skip to content
Snippets Groups Projects
Commit 8358d081 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

work in progress

parent 1451c581
No related branches found
No related tags found
No related merge requests found
Pipeline #85176 passed
......@@ -18,9 +18,9 @@ platforms=any
[options]
package_dir =
= .
ptv = .
= _modules
= test-data
[options.entry_points]
console_script =
......@@ -29,7 +29,10 @@ console_script =
python_requires = >=3.6
[options.packages.find]
where = .
#where = .
exclude =
.*non-regression-tests.*
.*non-regression-tests
install_requires =
backports
......@@ -59,7 +62,7 @@ install_requires =
tk
[options.data_files]=
test_data = test-data/COS-3.500.fastq
test_data = test-data/COS-3.500.fastq
test-data/COS-3.fasta
test-data/COS-3.fastq
test-data/COS-5.fasta
......
......@@ -6,9 +6,9 @@ https://github.com/pypa/sampleproject
# Always prefer setuptools over distutils
from setuptools import setup, find_packages
import pathlib
#import pathlib
here = pathlib.Path(__file__).parent.resolve()
#here = pathlib.Path(__file__).parent.resolve()
# Get the long description from the README file
# long_description = (here / "README.md").read_text(encoding="utf-8")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment