mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
move project metadata to pyproject.toml (#555)
also: replace flake8 by ruff.
This commit is contained in:
parent
7b75b4f368
commit
423c6df265
14 changed files with 57 additions and 54 deletions
2
setup.py
2
setup.py
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
import io
|
||||
import os
|
||||
import sys
|
||||
from glob import glob
|
||||
from setuptools import setup, Extension
|
||||
from setuptools.command.build_ext import build_ext
|
||||
from setuptools.command.sdist import sdist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue