Skip to content

Commit

Permalink
Merge pull request #63 from jaraco/feature/native-namespace
Browse files Browse the repository at this point in the history
Use native namespace package for backports
  • Loading branch information
jaraco authored Dec 3, 2021
2 parents c047df3 + a5377ed commit e05a087
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v5.2.0
======

* Project now uses PEP 420 (native) namespace package for
``backports`` package.

v5.1.0
======

Expand Down
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[pytest]
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
# doctests disabled due to pytest-dev/pytest#3396
# addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
# Suppress deprecation warning in flake8
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ testing =
pytest-enabler >= 1.0.1

# local
types-backports

docs =
# upstream
Expand Down
1 change: 0 additions & 1 deletion src/backports/__init__.py

This file was deleted.

0 comments on commit e05a087

Please sign in to comment.