~jelmer/python-fastimport/python3

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-05 03:22:35 UTC
  • Revision ID: jelmer@samba.org-20111205032235-4m7qwkasyv3w22yg
Initial conversion to python3 with 2to3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python
 
1
#!/usr/bin/env python3
2
2
from distutils.core import setup
3
3
 
4
4
version = "0.9.1dev"