Merge lp:~aafshar/txfluiddb/txfluiddb-setup.py into lp:txfluiddb

Proposed by Ali Afshar
Status: Merged
Approved by: Tristan Seligmann
Approved revision: 13
Merged at revision: 13
Proposed branch: lp:~aafshar/txfluiddb/txfluiddb-setup.py
Merge into: lp:txfluiddb
Diff against target: 16 lines (+12/-0)
1 file modified
setup.py (+12/-0)
To merge this branch: bzr merge lp:~aafshar/txfluiddb/txfluiddb-setup.py
Reviewer Review Type Date Requested Status
Tristan Seligmann Approve
Review via email: mp+32665@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Tristan Seligmann (mithrandi) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'setup.py'
--- setup.py 1970-01-01 00:00:00 +0000
+++ setup.py 2010-08-14 12:57:40 +0000
@@ -0,0 +1,12 @@
1
2#!/usr/bin/env python
3
4from distutils.core import setup
5
6setup(
7 name = 'txfluiddb',
8 version = '0.1',
9 packages = ['txfluiddb'],
10 author = 'Tristan Seligmann',
11)
12

Subscribers

People subscribed via source and target branches

to all changes: