From 2ef880a9cf9fc11ff23874c945dcd394898ea092 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 29 Apr 2024 10:20:17 +0200 Subject: fix py2k->py3k problmes --- setup.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1b86b71..b66c5ad 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,4 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -""" - Setup file for git_deps. - - This file was generated with PyScaffold, a tool that easily - puts up a scaffold for your new Python project. Learn more under: - http://pyscaffold.readthedocs.org/ -""" +#!/usr/bin/env python3 import sys from setuptools import setup -- cgit