Skip to content

Commit

Permalink
setup.py: add download_url and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed May 22, 2015
1 parent 2e26962 commit c345e06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -6,10 +6,12 @@
name = 'ccsgp_get_started',
version = '2.0',
description = 'get started with ccsgp',
licence = 'MIT',
license = 'MIT',
author = 'Patrick Huck',
author_email = 'patrick@the-huck.com',
url = 'https://github.com/tschaume/ccsgp_get_started',
download_url = 'https://github.com/tschaume/ccsgp_get_started/archive/v2.0.tar.gz',
keywords = ['gnuplot', 'graph', 'plot', 'panel'],
packages = find_packages(),
install_requires = [
#'h5py==2.2.1',
Expand Down

0 comments on commit c345e06

Please sign in to comment.