Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyrasite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
pyrasite
Commits
4fe98ad4
Commit
4fe98ad4
authored
Mar 20, 2012
by
Luke Macken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0beta7
parent
dc7a8469
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pkgs/fedora/pyrasite.spec
pkgs/fedora/pyrasite.spec
+1
-1
pyrasite/__init__.py
pyrasite/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
pkgs/fedora/pyrasite.spec
View file @
4fe98ad4
%global betaver beta
6
%global betaver beta
7
Name: pyrasite
Version: 2.0
...
...
pyrasite/__init__.py
View file @
4fe98ad4
__version__
=
'2.0beta
6
'
__version__
=
'2.0beta
7
'
__all__
=
(
'inject'
,
'inspect'
,
'PyrasiteIPC'
,
'ReverseConnection'
,
'ReversePythonConnection'
)
__license__
=
"""
\
...
...
setup.py
View file @
4fe98ad4
from
setuptools
import
setup
,
find_packages
version
=
'2.0beta
6
'
version
=
'2.0beta
7
'
f
=
open
(
'README.rst'
)
long_description
=
f
.
read
().
split
(
'split here'
)[
1
]
...
...
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