File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
- 0.3.3a0 - 20 February 2020
1
+ 0.3.3 - 20th February 2020
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
+ * Do not include tests in the package
5
+
6
+ 0.3.3a0 - 20th February 2020
7
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8
+
4
9
* Add `BASIC_AUTH_DISABLE_CONSUMING_AUTHORIZATION_HEADER ` setting (`#13 <https://gitlab.com/tmkn/django-basic-auth-ip-whitelist/issues/13 >`_)
5
10
6
- 0.3.2a0 - 5 December 2019
7
- ~~~~~~~~~~~~~~~~~~~~~~~~~
11
+ 0.3.2a0 - 5th December 2019
12
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
8
13
9
14
* Add Django 3 support.
10
15
11
- 0.3.1 - 18 July 2019
12
- ~~~~~~~~~~~~~~~~~~~~
16
+ 0.3.1 - 18th July 2019
17
+ ~~~~~~~~~~~~~~~~~~~~~~
13
18
14
19
* Include HTML and textual files in the package.
15
20
* Delete "Authorization" header when it is used by the middleware (`#11 <https://gitlab.com/tmkn/django-basic-auth-ip-whitelist/issues/11 >`_)
Original file line number Diff line number Diff line change 1
1
include LICENSE *.rst
2
2
graft baipw
3
+ prune baipw/tests
3
4
global-exclude __pycache__
4
5
global-exclude *.py[co]
Original file line number Diff line number Diff line change
1
+ __version__ = "0.3.3"
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-basic-auth-ip-whitelist
3
- version = 0.3.3
3
+ version = attr: baipw.__version__
4
4
description = Hide your Django site behind basic authentication mechanism with IP whitelisting support.
5
5
long-description = file: README.rst
6
6
author = Tomasz Knapik
@@ -41,6 +41,10 @@ install_requires =
41
41
Django>=1.8,<4
42
42
python_requires = >=3.4
43
43
44
+ [options.packages.find]
45
+ exclude =
46
+ baipw.tests*
47
+
44
48
[bdist_wheel]
45
49
python-tag = py3
46
50
You can’t perform that action at this time.
0 commit comments