diff options
| author | michele.simionato <devnull@localhost> | 2010-01-21 05:56:23 +0000 |
|---|---|---|
| committer | michele.simionato <devnull@localhost> | 2010-01-21 05:56:23 +0000 |
| commit | 4ccf1399ef31e1860b8e89f2d04b4e116ac5889b (patch) | |
| tree | 545d7e3b9ef258b19f90be0e2ca9f63f36d865b1 /setup.py | |
| parent | 1182961a2b82500a00f948437fa7f8736537c521 (diff) | |
| download | python-decorator-git-4ccf1399ef31e1860b8e89f2d04b4e116ac5889b.tar.gz | |
Work for decorator version 3.2
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ try: except ImportError: from distutils.core import setup -VERSION = '3.1.2' +from decorator import __version__ as VERSION if __name__ == '__main__': try: |
