File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2011-2018 Michael Truog <mjtruog at protonmail dot com>
3+ Copyright (c) 2011-2019 Michael Truog <mjtruog at protonmail dot com>
44
55Permission is hereby granted, free of charge, to any person obtaining a
66copy of this software and associated documentation files (the "Software"),
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Provides all encoding and decoding for the Erlang Binary Term Format (as
77defined at http://erlang.org/doc/apps/erts/erl_ext_dist.html) in a
88single Python module.
99
10+ Available as a `Python package at
11+ ``https://pypi.python.org/pypi/erlang_py/`` <https://pypi.python.org/pypi/erlang_py/>`__.
1012
1113Tests
1214-----
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def run(self):
3636 'Topic :: Software Development :: Libraries :: Python Modules' ,
3737 'Topic :: System :: Distributed Computing' ,
3838 ],
39- version = '1.7.8 ' ,
39+ version = '1.7.9 ' ,
4040 description = 'Erlang Binary Term Format for Python' ,
4141 long_description = long_description ,
4242 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments