This website requires JavaScript.
Explore
Help
Register
Sign In
libperry
/
pybatmesh
Watch
1
Star
0
Fork
0
You've already forked pybatmesh
mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced
2024-11-10 07:21:59 +05:30
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9123224de0
pybatmesh
/
setup.py
8 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Made python package! Finally, the python package is ready to use!
2021-07-21 15:36:11 +05:30
#!/usr/bin/env python3
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
"""
See
setup
.
py
-
-
help
for
usage
"""
Made python package! Finally, the python package is ready to use!
2021-07-21 15:36:11 +05:30
from
setuptools
import
setup
setup
(
)
Reference in New Issue
Copy Permalink