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
1=== added file 'setup.py'
2--- setup.py 1970-01-01 00:00:00 +0000
3+++ setup.py 2010-08-14 12:57:40 +0000
4@@ -0,0 +1,12 @@
5+
6+#!/usr/bin/env python
7+
8+from distutils.core import setup
9+
10+setup(
11+ name = 'txfluiddb',
12+ version = '0.1',
13+ packages = ['txfluiddb'],
14+ author = 'Tristan Seligmann',
15+)
16+

Subscribers

People subscribed via source and target branches

to all changes: