Skip to content

Commit

Permalink
Include all package data. Closes #93.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 13, 2020
1 parent 77db4e5 commit 2707fb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
importlib_resources NEWS
==========================

v2.0.2
======

* Package now always includes its data. Closes #93.

v2.0.1
======

Expand Down
11 changes: 2 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ classifiers =
Programming Language :: Python :: 3

[options]
packages = find:
include_package_data = true
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
install_requires =
pathlib2; python_version < '3'
Expand All @@ -24,15 +26,6 @@ install_requires =
importlib_metadata; python_version < '3.8'
contextlib2; python_version < '3'
setup_requires = setuptools_scm[toml] >= 3.4.1
packages = find:

[options.package_data]
* = *.zip, *.file, *.txt, *.toml
importlib_resources =
docs/*
docs/_static/*
importlib_resources.tests.data03 =
namespace/*

[mypy]
ignore_missing_imports = True
Expand Down

0 comments on commit 2707fb7

Please sign in to comment.