Skip to content

Commit

Permalink
Update metadata in setup.py
Browse files Browse the repository at this point in the history
- download url is mostly deprecated since PEP 470 has deprecated external
  hosting.

- we can also avoid providing a url for the licence
  • Loading branch information
andreabedini committed Sep 25, 2015
1 parent b851c34 commit 8bb11b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -897,8 +897,7 @@ def compiler_has_flags(compiler, flags):
maintainer='PyTables maintainers',
maintainer_email='pytables@pytables.org',
url='http://www.pytables.org/',
license='http://www.opensource.org/licenses/bsd-license.php',
download_url="http://sourceforge.net/projects/pytables/files/pytables/",
license='BSD 2-Clause',
platforms=['any'],
ext_modules=extensions,
cmdclass=cmdclass,
Expand Down

0 comments on commit 8bb11b2

Please sign in to comment.