Skip to content

Commit a82e5f4

Browse files
committed
setup: remove code for Python <2.3.3 support
1 parent 54fdf9a commit a82e5f4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Distutils script for python-xlib
22

33
from setuptools import setup
4-
import sys
5-
6-
if sys.version < '2.3.3':
7-
from distutils.dist import DistributionMetadata
8-
DistributionMetadata.download_url = None
94

105
import Xlib
116

7+
128
setup(name='python-xlib',
139
version=Xlib.__version_string__,
1410

0 commit comments

Comments
 (0)