Add a bunch of stuff
This commit is contained in:
parent
60c3e8a4d3
commit
7924b70549
12 changed files with 373 additions and 10 deletions
7
setup.py
7
setup.py
|
@ -1,5 +1,10 @@
|
|||
import setuptools
|
||||
from maubot import __version__
|
||||
import os
|
||||
|
||||
path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "maubot", "__meta__.py")
|
||||
__version__ = "UNKNOWN"
|
||||
with open(path) as f:
|
||||
exec(f.read())
|
||||
|
||||
setuptools.setup(
|
||||
name="maubot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue