Skip to content

Commit 11b406a

Browse files
authored
Merge pull request #22 from pganssle/first_release
First release
2 parents 760fcd7 + 258527c commit 11b406a

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

CONTRIBUTING.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Types of Contributions
1515
Report Bugs
1616
~~~~~~~~~~~
1717

18-
Report bugs at https://github.com/pganssle/variants/issues.
18+
Report bugs at https://github.com/python-variants/variants/issues.
1919

2020
If you are reporting a bug, please include:
2121

@@ -45,7 +45,7 @@ articles, and such.
4545
Submit Feedback
4646
~~~~~~~~~~~~~~~
4747

48-
The best way to send feedback is to file an issue at https://github.com/pganssle/variants/issues.
48+
The best way to send feedback is to file an issue at https://github.com/python-variants/variants/issues.
4949

5050
If you are proposing a feature:
5151

@@ -102,7 +102,7 @@ Before you submit a pull request, check that it meets these guidelines:
102102
your new functionality into a function with a docstring, and add the
103103
feature to the list in README.rst.
104104
3. The pull request should work for Python 2.7, 3.4, 3.5, 3.6 and for PyPy. Check
105-
https://travis-ci.org/pganssle/variants/pull_requests
105+
https://travis-ci.org/python-variants/variants/pull_requests
106106
and make sure that the tests pass for all supported Python versions.
107107

108108

HISTORY.rst

-4
This file was deleted.

NEWS.rst

Whitespace-only changes.

setup.py

+3-3
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)