mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
replace setup.py with pyproject.toml + misc cleanup
This commit is contained in:
parent
04c86e8a89
commit
867d8ee49e
5 changed files with 178 additions and 23 deletions
5
setup.py
5
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue