Skip to content

Commit

Permalink
changed to src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
janscience committed Apr 18, 2024
1 parent 609b137 commit 43fd3aa
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ For demos of the individual modules in `plottools/`,
run, for example,

```py
python -m plottools.spines
python -m src.plottools.spines
```

## Howtos
Expand Down Expand Up @@ -258,15 +258,15 @@ check whether you get the error when you run the demo of the
respective module. E.g.

```py
python -m plottools.figures
python -m src.plottools.figures
```

Mention the outcome in the issue.

In any case, run

```py
python -m plottools.version
python -m src.plottools.version
```

and paste the output ([python], [numpy], [pandas], [matplotlib] and
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from setuptools import setup

setup(
packages = ['plottools']
)
setup()
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 43fd3aa

Please sign in to comment.