mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Cleanup code and pyproject (#608)
* use isort * fallback: use BytesIO instead of StringIO. We had dropped Python 2 already.
This commit is contained in:
parent
e0f0e145f1
commit
33e0e86f4e
21 changed files with 75 additions and 80 deletions
4
setup.py
4
setup.py
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
import os
|
||||
import sys
|
||||
from setuptools import setup, Extension
|
||||
|
||||
from setuptools import Extension, setup
|
||||
from setuptools.command.build_ext import build_ext
|
||||
from setuptools.command.sdist import sdist
|
||||
|
||||
|
||||
PYPY = hasattr(sys, "pypy_version_info")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue