mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 01:57:58 +00:00
5 lines
69 B
Python
5 lines
69 B
Python
|
import setuptools
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
setuptools.setup()
|