Skip to content

First release #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

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

If you are reporting a bug, please include:

Expand Down Expand Up @@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

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

If you are proposing a feature:

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


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='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,
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