Skip to content

Commit

Permalink
Explicitly require setuptools, towncrier/_settings.py imports pkg_res…
Browse files Browse the repository at this point in the history
…ources (#333)

Co-authored-by: Kyle Altendorf <sda@fstab.net>
  • Loading branch information
hroncok and altendky authored Mar 30, 2021
1 parent 2841c12 commit 3c8a92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"Programming Language :: Python :: Implementation :: PyPy",
],
use_incremental=True,
install_requires=["click", "click-default-group", "incremental", "jinja2", "toml"],
install_requires=["click", "click-default-group", "incremental", "jinja2", "setuptools", "toml"],
extras_require={"dev": ["packaging"]},
package_dir={"": "src"},
packages=find_packages("src"),
Expand Down
1 change: 1 addition & 0 deletions src/towncrier/newsfragments/333.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 3c8a92b

Please sign in to comment.