Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Hörist
pybonjour-python3
Commits
b8943675
Commit
b8943675
authored
May 27, 2018
by
Philipp Hörist
Browse files
Raise version to 1.1.2
parent
201c3089
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
b8943675
...
...
@@ -32,13 +32,13 @@ from distutils.core import setup
setup
(
name
=
'pybonjour'
,
version
=
'1.1.
1
'
,
author
=
'Christopher Stawarz'
,
author_email
=
'cstawarz@csail.mit.edu'
,
url
=
'http://o2s.csail.mit.edu/o2s-wiki/pybonjour'
,
download_url
=
'http://o2s.csail.mit.edu/download/pybonjour/'
,
classifiers
=
[
name
=
'pybonjour'
,
version
=
'1.1.
2
'
,
author
=
'Christopher Stawarz'
,
author_email
=
'cstawarz@csail.mit.edu'
,
url
=
'http://o2s.csail.mit.edu/o2s-wiki/pybonjour'
,
download_url
=
'http://o2s.csail.mit.edu/download/pybonjour/'
,
classifiers
=
[
'Development Status :: 5 - Production/Stable'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved :: MIT License'
,
...
...
@@ -49,5 +49,5 @@ setup(
'Topic :: System :: Distributed Computing'
,
'Topic :: System :: Networking'
,
],
py_modules
=
[
'pybonjour'
],
py_modules
=
[
'pybonjour'
],
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment