Fixed
This commit is contained in:
parent
0819fd4088
commit
5df00c3ccd
3 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ Toxygen is powerful cross-platform [Tox](https://tox.chat/) client written in pu
|
||||||
This hard-forked from https://github.com/toxygen-project/toxygen
|
This hard-forked from https://github.com/toxygen-project/toxygen
|
||||||
```next_gen``` branch.
|
```next_gen``` branch.
|
||||||
|
|
||||||
https://git.macaw.me/emdee/toxygen_wrapper needs packaging
|
https://git.plastiras.org/emdee/toxygen_wrapper needs packaging
|
||||||
is making a dependency. Just download it and copy the two directories
|
is making a dependency. Just download it and copy the two directories
|
||||||
```wrapper``` and ```wrapper_tests``` into ```toxygen/toxygen```.
|
```wrapper``` and ```wrapper_tests``` into ```toxygen/toxygen```.
|
||||||
|
|
||||||
|
|
4
ToDo.md
4
ToDo.md
|
@ -45,8 +45,8 @@ line.
|
||||||
## check toxygen_wrapper
|
## check toxygen_wrapper
|
||||||
|
|
||||||
1. I've broken out toxygen_wrapper to be standalone,
|
1. I've broken out toxygen_wrapper to be standalone,
|
||||||
https://git.macaw.me/emdee/toxygen_wrapper but the tox.py
|
https://git.plastiras.org/emdee/toxygen_wrapper but the tox.py
|
||||||
needs each call double checking.
|
needs each call double checking.
|
||||||
|
|
||||||
2. https://git.macaw.me/emdee/toxygen_wrapper needs packaging
|
2. https://git.plastiras.org/emdee/toxygen_wrapper needs packaging
|
||||||
and making a dependency.
|
and making a dependency.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -71,7 +71,7 @@ setup(name='Toxygen',
|
||||||
version=version,
|
version=version,
|
||||||
description='Toxygen - Tox client',
|
description='Toxygen - Tox client',
|
||||||
long_description='Toxygen is powerful Tox client written in Python3',
|
long_description='Toxygen is powerful Tox client written in Python3',
|
||||||
url='https://git.macaw.me/emdee/toxygen/',
|
url='https://git.plastiras.org/emdee/toxygen/',
|
||||||
keywords='toxygen Tox messenger',
|
keywords='toxygen Tox messenger',
|
||||||
author='Ingvar',
|
author='Ingvar',
|
||||||
maintainer='',
|
maintainer='',
|
||||||
|
|
Loading…
Reference in a new issue