Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PTV
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Véronique LEGRAND
PTV
Commits
8358d081
Commit
8358d081
authored
2 years ago
by
Veronique Legrand
Browse files
Options
Downloads
Patches
Plain Diff
work in progress
parent
1451c581
No related branches found
No related tags found
No related merge requests found
Pipeline
#85176
passed
2 years ago
Stage: tests
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.cfg
+7
-4
7 additions, 4 deletions
setup.cfg
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
9 additions
and
6 deletions
setup.cfg
+
7
−
4
View file @
8358d081
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
8358d081
...
...
@@ -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")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment