mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-23 08:47:58 +01:00
This particular setup script has been tested with Distribute 0.6.24. For some strange reason, the generated entry-point script does not work with Python 3.3 - resulting in import errors. I can only assume this is a bug in this version of the Distribute package when it's running together with Python 3.3.
20 lines
790 B
Python
20 lines
790 B
Python
# coding: utf-8
|
|
#
|
|
# Copyright © 2013 Ejwa Software. All rights reserved.
|
|
#
|
|
# This file is part of gitinspector.
|
|
#
|
|
# gitinspector is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# gitinspector is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with gitinspector. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
# This file was intentionally left blank.
|