-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from pganssle/first_release
First release
- Loading branch information
Showing
4 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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='[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, | ||
|
@@ -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', | ||
|