Skip to content

Commit

Permalink
release v1.0.2 (#8)
Browse files Browse the repository at this point in the history
* release v1.0.2
  • Loading branch information
wimglenn authored Jul 26, 2021
1 parent e26c0f9 commit be49b16
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[run]
branch = True

[report]
exclude_lines =
if __name__ == "__main__":
2 changes: 1 addition & 1 deletion luddite.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
sys.stdout = codecs.getwriter("utf8")(sys.stdout)


__version__ = "1.0.1"
__version__ = "1.0.2"


DEFAULT_FNAME = "requirements.txt"
Expand Down
6 changes: 6 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[pytest]
addopts =
--verbose
--cov=luddite --cov-report=html --cov-report=term --no-cov-on-fail
--ignore=setup.py
--disable-socket
16 changes: 0 additions & 16 deletions setup.cfg

This file was deleted.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="luddite",
version="1.0.1",
version="1.0.2",
author="Wim Glenn",
author_email="hey@wimglenn.com",
url="https://github.com/jumptrading/luddite",
Expand Down Expand Up @@ -32,4 +32,5 @@
"coveralls",
],
},
options={"bdist_wheel": {"universal": True}},
)

0 comments on commit be49b16

Please sign in to comment.