mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-08 13:42:32 +05:30
Pranav Jerry
2a8930ce00
I don't use IPFS anymore. If anyone if willing to maintain a copy of this repo on ipfs, send me an email. Small change in CHANGELOG, and edited comments in systemd service. And added a docstring to setup.py so the editor won't complain of missing docstring anymore.
8 lines
99 B
Python
Executable File
8 lines
99 B
Python
Executable File
#!/usr/bin/env python3
|
|
"""
|
|
See setup.py --help for usage
|
|
"""
|
|
from setuptools import setup
|
|
|
|
setup()
|