Skip to content

Commit

Permalink
Update setup.py metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Dec 13, 2017
1 parent 760fcd7 commit dad5fad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions HISTORY.rst

This file was deleted.

Empty file added NEWS.rst
Empty file.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open('README.rst') as readme_file:
readme = readme_file.read()

with open('HISTORY.rst') as history_file:
with open('NEWS.rst') as history_file:
history = history_file.read()

requirements = []
Expand All @@ -31,7 +31,7 @@
long_description=readme + '\n\n' + history,
author="Paul Ganssle",
author_email='[email protected]',
url='https://github.com/pganssle/variants',
url='https://github.com/python-variants/variants',
packages=find_packages(where='src'),
package_dir={'': 'src'},
include_package_data=True,
Expand All @@ -40,7 +40,7 @@
zip_safe=True,
keywords='variants',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
Expand Down

0 comments on commit dad5fad

Please sign in to comment.