Skip to content

Commit 36092f9

Browse files
committed
Updating readme and setup.py for github issue 3 fix.
1 parent cae7553 commit 36092f9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Releases
1010
========
1111
0.4.3 (Candidate)
1212
-----
13+
* Fix to ``ndg`` namespace package warning issue (https://github.com/cedadev/ndg_httpsclient/issues/3).
14+
``__init__.py`` file now included in ``ndg`` directory so that there are no longer warnings with imports
15+
when using Python 2.x. Thanks to Max Mauntner for fix.
1316
* Minor fix for installation: set minimum release for ``pyasn1`` to avoid conflicts with Ubuntu
1417
install - see https://github.com/cedadev/ndg_httpsclient/issues/5 and
1518
https://github.com/cedadev/ndg_httpsclient/pull/10. ``pyasn1`` also becomes mandatory rather

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
========
2121
0.4.3 (Candidate)
2222
-----
23+
* Fix to ``ndg`` namespace package warning issue (https://github.com/cedadev/ndg_httpsclient/issues/3).
24+
``__init__.py`` file now included in ``ndg`` directory so that there are no longer warnings with imports
25+
when using Python 2.x. Thanks to Max Mauntner for fix.
2326
* Minor fix for installation: set minimum release for ``pyasn1`` to avoid conflicts with Ubuntu
2427
install - see https://github.com/cedadev/ndg_httpsclient/issues/5 and
2528
https://github.com/cedadev/ndg_httpsclient/pull/10. ``pyasn1`` also becomes mandatory rather

0 commit comments

Comments
 (0)