1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-09-21 01:07:15 +00:00

Remove duplicate project setup file

This commit is contained in:
Tobias Kunze 2024-08-09 11:02:55 +02:00
parent 3917fa65cf
commit 2e2efbff9d
2 changed files with 1 additions and 4 deletions

View file

@ -59,7 +59,7 @@ Development setup
3. Activate the virtual environment you use for pretalx development.
4. Execute ``python setup.py develop`` within this directory to register
4. Execute ``python -m pip install -e .`` within this directory to register
this application with pretalx's plugin registry.
5. Execute ``make`` within this directory to compile translations.

View file

@ -1,3 +0,0 @@
from setuptools import setup
setup()