summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/python-tests.yml3
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index 18378da..9b41ff2 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -95,8 +95,7 @@ jobs:
pip install --upgrade wheel setuptools jaraco.windows
- run: python setup.py egg_info
- name: Build package
- run: |
- python setup.py bdist_wheel sdist
+ run: python setup.py bdist_wheel sdist
- uses: actions/upload-artifact@v2
with:
name: dist
diff --git a/setup.cfg b/setup.cfg
index 691207a..32f8cff 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,6 +36,8 @@ packages=find:
package_dir=
=src
+[options.packages.find]
+where=src
[options.extras_require]
toml = toml