Skip to content

Commit 4e42ec7

Browse files
committed
Rename package in preparation for release on PyPi.
We'll be releasing as py-toxcore-c there.
1 parent 6d20ca2 commit 4e42ec7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
build/
1+
/build
2+
/_build
3+
/compile
4+
/dist
5+
/MANIFEST
26
.*.swp
37
*.so
48
*.o
5-
./compile
6-
_build
79
.tox

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def supports_av():
3737
print("Warning: AV support not found, disabled.")
3838

3939
setup(
40-
name="PyTox",
40+
name="py-toxcore-c",
4141
version="0.2.0",
4242
description="Python binding for Tox the skype replacement",
4343
author="Wei-Ning Huang (AZ)",

0 commit comments

Comments
 (0)