Skip to content

Commit

Permalink
Make new pypi build
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 29, 2019
1 parent 341fb85 commit 0ef0ace
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion maubot/__meta__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0.dev25"
__version__ = "0.1.0.dev26"
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#mautrix
https://github.com/tulir/mautrix-python/tarball/master#egg=mautrix
mautrix
aiohttp
SQLAlchemy
alembic
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import setuptools
import glob
import os

path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "maubot", "__meta__.py")
Expand All @@ -21,7 +22,7 @@
packages=setuptools.find_packages(),

install_requires=[
"mautrix>=0.4.dev70,<0.5",
"mautrix>=0.4.dev72,<0.5",
"aiohttp>=3.0.1,<4",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",
Expand Down Expand Up @@ -54,6 +55,8 @@
""",
data_files=[
(".", ["example-config.yaml"]),
("alembic", ["alembic/env.py"]),
("alembic/versions", glob.glob("alembic/versions/*.py")),
],
package_data={
"maubot": ["management/frontend/build/*", "management/frontend/build/static/css/*",
Expand Down

0 comments on commit 0ef0ace

Please sign in to comment.