From c0d7099a95adc0e23ff5a1a02b749f0831a4328a Mon Sep 17 00:00:00 2001 From: almiheenko Date: Mon, 15 Oct 2018 17:23:46 +0300 Subject: [PATCH] Update setup --- conda/meta.yaml | 5 +++-- setup.py | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index dc41e8a..c7ac193 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,8 +1,9 @@ package: name: "agb" - version: "0.3" + version: "0.4" source: + git_rev: 44675b5 git_url: https://github.com/almiheenko/AGB build: @@ -37,5 +38,5 @@ test: about: home: https://github.com/almiheenko/AGB - license: BSD3 + license: GPLv2 license_file: ../LICENSE diff --git a/setup.py b/setup.py index f330996..274c283 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def find_package_files(dirpath): # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="0.1", + version="0.4", description='Assembly Graph Browser', @@ -35,7 +35,7 @@ def find_package_files(dirpath): author_email='al.miheenko@gmail.com', # Choose your license - license='BSD3', + license='GPLv2', # What does your project relate to? keywords=['bioinformatics', 'genome assembly', 'visualization'], @@ -47,7 +47,6 @@ def find_package_files(dirpath): package_name: find_package_files('scripts') + find_package_files('html_files') + - find_package_files('test_data') + [ 'README.md', 'LICENSE'