Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Underwood committed Nov 29, 2021
2 parents ffd5da9 + 57327b4 commit 9eefd75
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = iupy
version = 0.1
version = 0.1.1
author = Ian A. Underwood
author_email = ian@underwood-hq.org
description = Ian Underwood Python kit
Expand All @@ -23,5 +23,9 @@ classifiers =

[options]
package_dir =
= iupy
= src
packages = find:
python_requires = >=3.7

[options.packages.find]
where = src
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_myconfig.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
import iupy
from src import iupy

if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_network.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
import iupy
from src import iupy

if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG)
Expand Down

0 comments on commit 9eefd75

Please sign in to comment.