summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2023-04-26 18:54:53 +0200
committerGitHub <noreply@github.com>2023-04-26 18:54:53 +0200
commit1a842e2f9382587da4e0f7fdb5e1ea43ae0894c9 (patch)
tree3997b229cf6670ab1b80a81d2055131a88d62a4b
parent832747e67f718e9e4df165b048bc73fb6bd0bdc8 (diff)
parent1d687bef3d8cfad66213e8cf9e96e0aa17aae198 (diff)
downloadxstatic-git-1a842e2f9382587da4e0f7fdb5e1ea43ae0894c9.tar.gz
Merge pull request #11 from deshipu/master
Explicitly import pkg_resources in setup.py
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 46689eb..6bdd368 100644
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,7 @@ XStatic - setup.py
import os
from setuptools import setup, find_packages
+import pkg_resources
# The README.txt file should be written in reST so that PyPI can use
# it to generate your project's PyPI page.