📰 custom setup

This commit is contained in:
chfw 2019-11-12 19:55:11 +00:00
parent 8239c34980
commit 4410c1e7e7
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
#!/usr/bin/env python3
import os
import sys
# Template by pypi-mobans
import codecs
import locale
import os
import platform
import sys
from shutil import rmtree
from setuptools import Command, setup, find_packages
from setuptools import Command, find_packages, setup
PY2 = sys.version_info[0] == 2
PY26 = PY2 and sys.version_info[1] < 7