pybatmesh/setup.py
Pranav Jerry 2a8930ce00
remove ipfs url from README.md
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.
2021-09-10 11:42:18 +05:30

8 lines
99 B
Python
Executable File

#!/usr/bin/env python3
"""
See setup.py --help for usage
"""
from setuptools import setup
setup()