Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
1
Merge Requests
1
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
Boxiang Sun
erp5
Commits
d32fcd81
Commit
d32fcd81
authored
Feb 05, 2018
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release timeserver 2.0.4
2.0.3 could not be installed because 'version.txt' was missing.
parent
7856ef0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
21 deletions
+1
-21
product/TimerService/timerserver/setup.py
product/TimerService/timerserver/setup.py
+1
-20
product/TimerService/timerserver/version.txt
product/TimerService/timerserver/version.txt
+0
-1
No files found.
product/TimerService/timerserver/setup.py
View file @
d32fcd81
#!/usr/bin/env python
modname
=
'timerserver'
version
=
open
(
'version.txt'
).
read
().
strip
()
numversion
=
version
.
split
(
'.'
)
license
=
'GPL'
copyright
=
'''Nikolay Kim (c) 2004'''
author
=
"Nikolay Kim"
author_email
=
"fafhrd@legco.biz"
short_desc
=
"Timer Server for Zope"
long_desc
=
short_desc
web
=
""
ftp
=
""
mailing_list
=
""
import
sys
try
:
from
setuptools
import
setup
except
ImportError
:
from
distutils.core
import
setup
setup
(
name
=
'timerserver'
,
version
=
version
,
version
=
'2.0.4'
,
license
=
'GPL'
,
description
=
'Timer Server for Zope'
,
long_description
=
''
,
...
...
product/TimerService/timerserver/version.txt
deleted
100644 → 0
View file @
7856ef0e
2.0.3
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