Skip to content

Commit

Permalink
Add manifest, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 25, 2017
1 parent 33c0f6f commit 91f7e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ def get_long_description(file_name):
setup(
name='dotplot',
packages=find_packages(),
version='0.4.4',
version='0.4.5',
license='LGPL-3.0',
description='Small bioinformatic package for dotplot\'s generation (in command line and in GUI)',
long_description=get_long_description('README.md'),
author='kn_bibs',
author_email='bibs.kn@uw.edu.pl',
url='https://github.com/kn-bibs/dotplot',
download_url='https://github.com/kn-bibs/dotplot/tarball/v0.4.4-alpha',
download_url='https://github.com/kn-bibs/dotplot/tarball/v0.4.5-alpha',
keywords=['dotplot', 'bioinformatic', 'gui'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 91f7e4e

Please sign in to comment.