aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-04-29 10:20:17 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-04-29 10:25:10 +0200
commit2ef880a9cf9fc11ff23874c945dcd394898ea092 (patch)
tree181553081130b0b03da2f225ceea540b64bb218b /setup.py
parentd2362a629d9871f535493b2ff92bcad415ae6dcd (diff)
downloadgit-deps-2ef880a9cf9fc11ff23874c945dcd394898ea092.tar.gz
fix py2k->py3k problmes
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py10
1 files changed, 1 insertions, 9 deletions
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