diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2012-08-30 10:19:53 +0200 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2012-08-30 10:19:53 +0200 |
commit | b875d266d255e4039b6ac4599db9ab0c84af022d (patch) | |
tree | 1a82c560f99d51ccf5cb7e2b915258e238da4d68 /scoped_nodes.py | |
parent | c53f901e1d6b4bfafa064313b242a9d23fc53890 (diff) | |
download | astroid-git-b875d266d255e4039b6ac4599db9ab0c84af022d.tar.gz |
setup.py: properly add additional file during build instead of install.
--HG--
branch : stable
Diffstat (limited to 'scoped_nodes.py')
-rw-r--r-- | scoped_nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scoped_nodes.py b/scoped_nodes.py index 4be1a975..38fc33cb 100644 --- a/scoped_nodes.py +++ b/scoped_nodes.py @@ -1,4 +1,4 @@ -# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # copyright 2003-2010 Sylvain Thenault, all rights reserved. # contact mailto:thenault@gmail.com |