Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
bf4a5ae0
Commit
bf4a5ae0
authored
Feb 18, 2018
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version for release (closes #85)
parent
52da0d88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
setup.py
setup.py
+7
-2
No files found.
setup.py
View file @
bf4a5ae0
...
...
@@ -30,12 +30,17 @@ from distutils.core import setup
setup
(
name
=
'mitogen'
,
version
=
'0.0.
1
'
,
version
=
'0.0.
2
'
,
description
=
'Library for writing distributed self-replicating programs.'
,
author
=
'David Wilson'
,
license
=
'New BSD'
,
url
=
'https://github.com/dw/mitogen/'
,
packages
=
[
'mitogen'
,
'ansible_mitogen'
],
packages
=
[
'mitogen'
,
'ansible_mitogen'
,
'ansible_mitogen.connection'
,
'ansible_mitogen.strategy'
,
],
zip_safe
=
False
,
classifiers
=
[
'Development Status :: 3 - Alpha'
,
...
...
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