Skip to content
Snippets Groups Projects
Commit c2299974 authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Update package files

parent 4a26ad91
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@ logs/*
dgenies/.local_scheduler_pid
dgenies.egg-info
application.properties.local
dist
......@@ -14,3 +14,6 @@ recursive-include src *.woff
recursive-include src *.woff2
recursive-include src *.md
include src/dgenies/bin/minimap2
include requirements.txt
include LICENSE.txt
include README.md
[metadata]
url = http://dgenies.toulouse.inra.fr
author = Floréal Cabanettes
author_email = floreal.cabanettes@inra.fr
description = Dotplot large Genomes in an Interactive, Efficient and Simple way
python_requires = '>=3.5'
......@@ -6,7 +6,7 @@ install_reqs = parse_requirements('requirements.txt', session='hack')
# reqs is a list of requirement
# e.g. ['django==1.5.1', 'mezzanine==1.4.6']
reqs = [str(ir.req) for ir in install_reqs]
version = '1.0'
version = '1.0.0'
if os.name == "posix":
......
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