project-stats

keep track of your projects
git clone https://git.ce9e.org/project-stats.git

commit
dea5d56529eab253fc9cee7d63f5b74504481865
parent
c7a1994738a11bb3b5c886ef72f6cf6bf7276f61
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-12-18 10:34
drop python 2 support

Diffstat

M project_stats.py 4 ----
M setup.py 2 +-

2 files changed, 1 insertions, 5 deletions


diff --git a/project_stats.py b/project_stats.py

@@ -1,7 +1,3 @@
    1    -1 from __future__ import absolute_import
    2    -1 from __future__ import print_function
    3    -1 from __future__ import unicode_literals
    4    -1 
    5     1 from functools import total_ordering
    6     2 import argparse
    7     3 import asyncio

diff --git a/setup.py b/setup.py

@@ -35,7 +35,7 @@ setup(
   35    35         'Environment :: Console',
   36    36         'Intended Audience :: Developers',
   37    37         'Operating System :: OS Independent',
   38    -1         'Programming Language :: Python',
   -1    38         'Programming Language :: Python :: 3',
   39    39         'License :: OSI Approved :: GNU General Public License v2 or later '
   40    40             '(GPLv2+)',
   41    41         'Topic :: Utilities',