|
|
@ -14,7 +14,7 @@
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
|
|
from setuptools import setup, find_packages
|
|
|
|
from setuptools import find_packages, setup
|
|
|
|
|
|
|
|
|
|
|
|
from yamllint import (__author__, __license__,
|
|
|
|
from yamllint import (__author__, __license__,
|
|
|
|
APP_NAME, APP_VERSION, APP_DESCRIPTION)
|
|
|
|
APP_NAME, APP_VERSION, APP_DESCRIPTION)
|
|
|
|