Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

root/tags/1.4.0/setup.py

Revision 167 (checked in by fumanchu, 6 years ago)

New setup.py for distutils.

  • Property svn:eol-style set to native
Line 
1 #!/usr/bin/env python
2
3 from distutils.core import setup
4
5 setup(name='Dejavu',
6       version='1.4',
7       description='A pure-Python Object Relational Mapper',
8       author='Robert E Brewer',
9       author_email='fumanchu@amor.org',
10       url='http://projects.amor.org/dejavu/',
11       packages=['', 'storage', 'test', 'test/testdb'],
12       data_files=[('test/testdb', [])],
13      )
Note: See TracBrowser for help on using the browser.