Merge pull request #66 from albertyw/python3

Explicitly support python 3
This commit is contained in:
Jose Diaz-Gonzalez
2017-09-30 21:01:27 -04:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
github-backup
=============
|PyPI| |Python Versions|
backup a github user or organization
Requirements
@@ -131,3 +133,7 @@ Backup a single organization repository with everything else (wiki, pull request
# e.g. git@github.com:docker/cli.git
github-backup $ORGANIZATION -P -t $ACCESS_TOKEN -o . --all -O -R $REPO
.. |PyPI| image:: https://img.shields.io/pypi/v/github-backup.svg
:target: https://pypi.python.org/pypi/github-backup/
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/github-backup.svg
:target: https://github.com/albertyw/github-backup

View File

@@ -39,6 +39,8 @@ setup(
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
description='backup a github user or organization',
long_description=open_file('README.rst').read(),