Skip to content

Commit

Permalink
installation: removal of Python classifiers
Browse files Browse the repository at this point in the history
Signed-off-by: Alizee Pace <[email protected]>
  • Loading branch information
alizeepace committed Sep 5, 2016
1 parent ecf53f2 commit a016afb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015 CERN.
# Copyright (C) 2015, 2016 CERN.
#
# Invenio is free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -91,12 +91,10 @@
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
"Programming Language :: Python :: 2",
# 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
# 'Programming Language :: Python :: 3',
],
tests_require=test_requirements,
)

0 comments on commit a016afb

Please sign in to comment.