~vcs-imports/pyxdg/main

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: lanius
  • Date: 2008-08-07 17:10:00 UTC
  • Revision ID: vcs-imports@canonical.com-20080807171000-zyndut0gcsxlcolq
fix path

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python
 
1
#!/usr/bin/python
2
2
 
3
3
from distutils.core import setup
4
4
 
10
10
       url = "http://cvs.freedesktop.org/cgi-bin/viewcvs.cgi/pyxdg/",
11
11
       packages = ['xdg'],
12
12
       license = "LGPL-2")
 
13