replace setup.py with pyproject.toml + misc cleanup

This commit is contained in:
ed 2023-05-07 14:37:57 +00:00
parent 04c86e8a89
commit 867d8ee49e
5 changed files with 178 additions and 23 deletions

View file

@ -7,6 +7,11 @@ import sys
from shutil import rmtree
from setuptools import setup, Command
_ = """
this probably still works but is no longer in use;
pyproject.toml and scripts/make-pypi-release.sh
are in charge of packaging wheels now
"""
NAME = "copyparty"
VERSION = None