Skip to content
This repository was archived by the owner on Aug 18, 2019. It is now read-only.

Commit eabafd8

Browse files
committed
Cleanup setup.py
1 parent 62261a4 commit eabafd8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

setup.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python
22
# coding=utf-8
3-
b'This library requires pypy or Python 2.6, 2.7, 3.3, pypy or newer'
43
import io
54
import os
65
import re
@@ -53,8 +52,8 @@ def get_requirements(filename='requirements.txt'):
5352
'Programming Language :: Python :: 2.7',
5453
'Programming Language :: Python :: 3',
5554
'Programming Language :: Python :: 3.3',
56-
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
57-
'Topic :: Software Development :: Libraries :: Python Modules'
58-
],
59-
provides=['hours.of.debugging.fun'],
55+
'Programming Language :: Python :: 3.4',
56+
'Programming Language :: Python :: 3.5',
57+
'Programming Language :: Python :: 3.6',
58+
]
6059
)

solution/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from .utils import Markup, get_html_attrs, to_unicode # noqa
1818

1919

20-
__version__ = '5.3.7'
20+
__version__ = '5.4.0'

0 commit comments

Comments
 (0)