This website works better with JavaScript.
Home
Help
Register
Sign In
fair
/
matrix-appservice-kakaotalk
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Update version
master
Andrew Ferrazzutti
3 weeks ago
parent
9e8541772d
commit
4c0f2346d8
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
matrix_appservice_kakaotalk/__init__.py
+0
-1
setup.py
+ 1
- 1
matrix_appservice_kakaotalk/__init__.py
View File
@ -1,2 +1,2 @@
__version__
=
"
0.
1
.0
"
__version__
=
"
0.
2
.0
"
__author__
=
"
Andrew Ferrazzutti <fair@miscworks.net>
"
+ 0
- 1
setup.py
View File
@ -63,7 +63,6 @@ setuptools.setup(
]
,
package_data
=
{
"
matrix_appservice_kakaotalk
"
:
[
"
example-config.yaml
"
]
,
"
matrix_appservice_kakaotalk.web
"
:
[
"
static/*
"
,
"
static/**/*
"
]
,
}
,
data_files
=
[
(
"
.
"
,
[
"
matrix_appservice_kakaotalk/example-config.yaml
"
]
)
,
Write
Preview
Loading…
Cancel
Save