Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
almiheenko committed Oct 15, 2018
1 parent 44675b5 commit c0d7099
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions 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:
Expand Down Expand Up @@ -37,5 +38,5 @@ test:

about:
home: https://github.com/almiheenko/AGB
license: BSD3
license: GPLv2
license_file: ../LICENSE
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -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',

Expand All @@ -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'],
Expand All @@ -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'
Expand Down

0 comments on commit c0d7099

Please sign in to comment.