diff --git a/HISTORY.rst b/HISTORY.rst deleted file mode 100644 index e6de95c..0000000 --- a/HISTORY.rst +++ /dev/null @@ -1,4 +0,0 @@ -======= -History -======= - diff --git a/NEWS.rst b/NEWS.rst new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 7b02084..a32899b 100644 --- a/setup.py +++ b/setup.py @@ -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 = [] @@ -31,7 +31,7 @@ long_description=readme + '\n\n' + history, author="Paul Ganssle", author_email='paul@ganssle.io', - 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, @@ -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',