summaryrefslogtreecommitdiff
path: root/__pkginfo__.py
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-11-08 23:07:18 +0100
committerTorsten Marek <shlomme@gmail.com>2014-11-08 23:07:18 +0100
commit206aceba12b2aa9b8cce7fd0681905239e0f0cc5 (patch)
treefb7cb21e472b6a7383cbba781aa542d8ebd66d91 /__pkginfo__.py
parent003649ec029570fa41d6842faac436112fe88f4e (diff)
downloadastroid-206aceba12b2aa9b8cce7fd0681905239e0f0cc5.tar.gz
Simplify setup.py and update documentation for Python 3 changes.
Diffstat (limited to '__pkginfo__.py')
-rw-r--r--__pkginfo__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 43b8ccd..a93173f 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -16,7 +16,6 @@
# You should have received a copy of the GNU Lesser General Public License along
# with astroid. If not, see <http://www.gnu.org/licenses/>.
"""astroid packaging information"""
-
distname = 'astroid'
modname = 'astroid'
@@ -35,12 +34,6 @@ web = 'http://bitbucket.org/logilab/astroid'
description = "rebuild a new abstract syntax tree from Python's ast"
-from os.path import join
-include_dirs = ['brain',
- join('test', 'regrtest_data'),
- join('test', 'data'), join('test', 'data_py3'), join('test', 'data2')
- ]
-
classifiers = ["Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
"Programming Language :: Python",