Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lettuce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
lettuce
Commits
b85d5d67
Commit
b85d5d67
authored
Jun 12, 2012
by
Gabriel Falcao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stopped using version from the package. closes #220
parent
95f9b08c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
setup.py
+1
-2
No files found.
setup.py
View file @
b85d5d67
...
...
@@ -17,7 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import
os
import
sys
from
lettuce
import
version
from
setuptools
import
setup
...
...
@@ -36,7 +35,7 @@ if sys.version_info[:2] < (2, 6):
required_modules
.
append
(
'multiprocessing'
)
setup
(
name
=
'lettuce'
,
version
=
version
,
version
=
'0.2.0'
,
description
=
'Behaviour Driven Development for python'
,
author
=
u'Gabriel Falcao'
,
author_email
=
'gabriel@nacaolivre.org'
,
...
...
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