Skip to content

Commit

Permalink
Switch to implicit (native) namespace for sphinxcontrib. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Nov 8, 2023
1 parent 789a768 commit 4b6556e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.9, 3.10, 3.11, 3.12.
- Switch to implicit (native) namespace for ``sphinxcontrib``.


1.6.0 (2020-04-17)
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

from io import open
from setuptools import setup, find_packages
from setuptools import setup


here = os.path.dirname(__file__)
Expand All @@ -19,7 +19,7 @@
keywords='sphinx openapi swagger rest api renderer docs redoc',
author='Ihor Kalnytskyi',
author_email='[email protected]',
packages=find_packages(exclude=['docs', 'tests*']),
packages=['sphinxcontrib.redoc'],
include_package_data=True,
zip_safe=False,
version='2.0.dev0',
Expand All @@ -44,5 +44,4 @@
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
namespace_packages=['sphinxcontrib'],
)
12 changes: 0 additions & 12 deletions sphinxcontrib/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4b6556e

Please sign in to comment.