Skip to content

Commit dad5fad

Browse files
committed
Update setup.py metadata
1 parent 760fcd7 commit dad5fad

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

HISTORY.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

NEWS.rst

Whitespace-only changes.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with open('README.rst') as readme_file:
99
readme = readme_file.read()
1010

11-
with open('HISTORY.rst') as history_file:
11+
with open('NEWS.rst') as history_file:
1212
history = history_file.read()
1313

1414
requirements = []
@@ -31,7 +31,7 @@
3131
long_description=readme + '\n\n' + history,
3232
author="Paul Ganssle",
3333
author_email='[email protected]',
34-
url='https://github.com/pganssle/variants',
34+
url='https://github.com/python-variants/variants',
3535
packages=find_packages(where='src'),
3636
package_dir={'': 'src'},
3737
include_package_data=True,
@@ -40,7 +40,7 @@
4040
zip_safe=True,
4141
keywords='variants',
4242
classifiers=[
43-
'Development Status :: 2 - Pre-Alpha',
43+
'Development Status :: 3 - Alpha',
4444
'Intended Audience :: Developers',
4545
'License :: OSI Approved :: Apache Software License',
4646
'Natural Language :: English',

0 commit comments

Comments
 (0)