mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-10 21:35:50 +00:00
Remove duplicate project setup file
This commit is contained in:
parent
3917fa65cf
commit
2e2efbff9d
2 changed files with 1 additions and 4 deletions
|
@ -59,7 +59,7 @@ Development setup
|
||||||
|
|
||||||
3. Activate the virtual environment you use for pretalx development.
|
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.
|
this application with pretalx's plugin registry.
|
||||||
|
|
||||||
5. Execute ``make`` within this directory to compile translations.
|
5. Execute ``make`` within this directory to compile translations.
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -1,3 +0,0 @@
|
||||||
from setuptools import setup
|
|
||||||
|
|
||||||
setup()
|
|
Loading…
Reference in a new issue