Xof / xact

Transaction decorator for Django and PostgreSQL
http://thebuild.com/blog/2012/03/19/a-recipe-for-django-transactions-on-postgresql/
73 stars 7 forks source link

Add setup.py #3

Open oinopion opened 12 years ago

oinopion commented 12 years ago

I've added setup.py file so that you can upload xact to pypi.

If it's something you want, merge this pull request and upload it using hints from here: http://guide.python-distribute.org/creation.html#uploading-your-distribution-file

jessesherlock commented 12 years ago

This would also make it possible to install xact from pip or similar.