8000 Fix requirements metadata for wheels · staticdev/github4.py@bf44c16 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit bf44c16

Browse files
committed
Fix requirements metadata for wheels
Closes sigmavirus24gh-792
1 parent 6f80592 commit bf44c16

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

LATEST_VERSION_NOTES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
.. vim: set tw=100
22
3+
1.0.1: 2018-03-14
4+
~~~~~~~~~~~~~~~~~
5+
6+
Bugs Fixed
7+
``````````
8+
9+
- Fix missing python-dateutil requirement when installing from a wheel.
10+
311
1.0.0: 2018-03-13
412
~~~~~~~~~~~~~~~~~
513

github3/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author_email__ = 'graffatcolmingov@gmail.com'
66
__license__ = 'Modified BSD'
77
__copyright__ = 'Copyright 2012-2018 Ian Stapleton Cordasco'
8-
__version__ = '1.0.0'
8+
__version__ = '1.0.1'
99
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
1010
__url__ = 'https://github3.readthedocs.io'
1111

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ universal = 1
55
requires-dist=
66
requests>=2.0
77
uritemplate>=3.0.0
8+
python-dateutil>=2.6.0
89
pyOpenSSL>=0.13; python_version<="2.7"
910
ndg-httpsclient; python_version<="2.7"
1011
pyasn1; python_version<="2.7"

0 commit comments

Comments
 (0)
0