Skip to content

Commit b16d01e

Browse files
committed
fix installation ext.conf, remove unwanted python
1 parent c028b84 commit b16d01e

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
.Python
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
.eggs/
17+
lib/
18+
lib64/
19+
parts/
20+
sdist/
21+
var/
22+
wheels/
23+
share/python-wheels/
24+
*.egg-info/
25+
.installed.cfg
26+
*.egg

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include mopidy_mqtt/ext.conf

mopidy_mqtt/__init__.pyc

-1.6 KB
Binary file not shown.

mopidy_mqtt/frontend.pyc

-6.35 KB
Binary file not shown.

0 commit comments

Comments
 (0)