We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d20ca2 commit 4e42ec7Copy full SHA for 4e42ec7
.gitignore
@@ -1,7 +1,9 @@
1
-build/
+/build
2
+/_build
3
+/compile
4
+/dist
5
+/MANIFEST
6
.*.swp
7
*.so
8
*.o
-./compile
-_build
9
.tox
setup.py
@@ -37,7 +37,7 @@ def supports_av():
37
print("Warning: AV support not found, disabled.")
38
39
setup(
40
- name="PyTox",
+ name="py-toxcore-c",
41
version="0.2.0",
42
description="Python binding for Tox the skype replacement",
43
author="Wei-Ning Huang (AZ)",
0 commit comments