Skip to content

Commit 95ff705

Browse files
committed
use src/ layout
1 parent dc919b3 commit 95ff705

File tree

151 files changed

+9
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+9
-24
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
- name: Test with tox
4141
run: |
4242
pip install tox
43-
tox
43+
tox -- --cov tikzplotlib --cov-report xml --cov-report term
4444
- uses: codecov/codecov-action@v1
45-
if: ${{ matrix.python-version == '3.8' }}
45+
if: ${{ matrix.python-version == '3.9' }}

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,15 @@ keywords =
3232
graphics
3333

3434
[options]
35+
package_dir =
36+
=src
3537
packages = find:
3638
install_requires =
3739
importlib_metadata;python_version<"3.8"
3840
matplotlib >= 1.4.0
3941
numpy
4042
Pillow
4143
python_requires = >=3.6
44+
45+
[options.packages.find]
46+
where=src
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)