parent
068e268c63
commit
21ed971d2f
43 changed files with 911 additions and 955 deletions
5
setup.py
5
setup.py
|
@ -1,5 +1,4 @@
|
|||
import setuptools
|
||||
import glob
|
||||
import os
|
||||
|
||||
with open("requirements.txt") as reqs:
|
||||
|
@ -57,9 +56,7 @@ setuptools.setup(
|
|||
mbc=maubot.cli:app
|
||||
""",
|
||||
data_files=[
|
||||
(".", ["maubot/example-config.yaml", "alembic.ini"]),
|
||||
("alembic", ["alembic/env.py"]),
|
||||
("alembic/versions", glob.glob("alembic/versions/*.py")),
|
||||
(".", ["maubot/example-config.yaml"]),
|
||||
],
|
||||
package_data={
|
||||
"maubot": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue