diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-01-02 10:52:26 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-01-02 10:52:26 +0100 |
commit | 658ac42850e3b4c4923365287d55ec17be4806de (patch) | |
tree | 6e3e32c850972eccad22bf5e919648414ca57bd9 /setup.py | |
parent | a54c1422c7b4352dadc47476b16d05657a7adb8b (diff) | |
download | semantic-version-658ac42850e3b4c4923365287d55ec17be4806de.tar.gz |
Happy New Year!
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python -# coding: utf-8 -# Copyright (c) 2012 Raphaël Barrois +# -*- coding: utf-8 -*- +# Copyright (c) 2012-2013 Raphaël Barrois from distutils.core import setup from distutils import cmd |