Skip to content

Commit

Permalink
Merge pull request #264 from kedder/pkg-resources-ns
Browse files Browse the repository at this point in the history
Return pkg_resources namespaces back
  • Loading branch information
kedder authored Jan 21, 2024
2 parents 0e20017 + 498485b commit f7af059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ project_urls =
[options]
package_dir = =src
packages = find:
namespace_packages =
ofxstatement
ofxstatement.plugins
python_requires = >=3.8, <4
install_requires =
appdirs>=1.3.0
Expand Down
1 change: 1 addition & 0 deletions src/ofxstatement/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__("pkg_resources").declare_namespace(__name__)
1 change: 1 addition & 0 deletions src/ofxstatement/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__("pkg_resources").declare_namespace(__name__)

0 comments on commit f7af059

Please sign in to comment.