Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit398417d

Browse files
committed
Update my name, docs link, and version
1 parent6de8983 commit398417d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎github3/__about__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""The module that holds much of the metadata about github3.py."""
22
__package_name__='github3.py'
33
__title__='github3'
4-
__author__='Ian Cordasco'
4+
__author__='IanStapletonCordasco'
55
__author_email__='graffatcolmingov@gmail.com'
66
__license__='Modified BSD'
7-
__copyright__='Copyright 2012-2016 Ian Cordasco'
8-
__version__='1.0.0a4'
7+
__copyright__='Copyright 2012-2018 Ian Stapleton Cordasco'
8+
__version__='1.0.0'
99
__version_info__=tuple(int(i)foriin__version__.split('.')ifi.isdigit())
1010
__url__='https://github3.readthedocs.io'
1111

‎setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ def run_tests(self):
7373
long_description="\n\n".join([open("README.rst").read(),
7474
open("LATEST_VERSION_NOTES.rst").read()]),
7575
license='3-clause BSD',
76-
author="Ian Cordasco",
76+
author="IanStapletonCordasco",
7777
author_email="graffatcolmingov@gmail.com",
78-
url="https://github3py.readthedocs.io",
78+
url="https://github3.readthedocs.io",
7979
packages=packages,
8080
install_requires=requires,
8181
classifiers=[

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp