Skip to content

Commit

Permalink
release 5.5.1, attempt to fix conda build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Aug 27, 2019
1 parent ee2eed4 commit b2d3486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Pyro5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Pyro - Python Remote Objects. Copyright by Irmen de Jong ([email protected]).
"""

__version__ = "5.5"
__version__ = "5.5.1"
__author__ = "Irmen de Jong"


Expand Down
8 changes: 0 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ include_package_data = False
packages = Pyro5, Pyro5.utils, Pyro5.compatibility
install_requires =
serpent>=1.27
setup_requires =
pytest-runner
test_require =
pytest

[options.entry_points]
console_scripts =
Expand All @@ -45,10 +41,6 @@ console_scripts =
pyro5-check-config = Pyro5.configure:dump
pyro5-httpgateway = Pyro5.utils.httpgateway:main


[aliases]
test = pytest

[pycodestyle]
max-line-length = 140
exclude = .git,__pycache__,.tox,docs,tests,build,dist,.eggs,.cache,examples

0 comments on commit b2d3486

Please sign in to comment.