Refactoring repositories

This commit is contained in:
Kujiu 2021-11-19 00:37:56 +01:00
parent 66d5f1feec
commit d8961717bb
Signed by: kujiu
GPG Key ID: ABBB2CAC6855599F
10 changed files with 2 additions and 42 deletions

View File

@ -1,5 +1,5 @@
Nerv Tales Network
==================
Nerv Tales Network Server
=========================
Nerv Tales Network is a free software to manage all
aspects about books. It fits needs of writers,

View File

@ -1,5 +0,0 @@
Nerv Tales Network Common Client Framework
==========================================
Common libraries for Nerv Tales Network clients written
in python.

View File

@ -1,6 +0,0 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from importlib.metadata import version
__version__ = version(__package__)

View File

@ -1,7 +0,0 @@
Nerv Tales Network Desktop Client
=================================
Desktop client for Nerv Tales Network allows use of all
features of a server without a browser. All screens are
Qt native and integrates better in a full desktop
environment.

View File

@ -1,6 +0,0 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from importlib.metadata import version
__version__ = version(__package__)

View File

@ -1,10 +0,0 @@
Nerv Tales Network Terminal Client
==================================
This client connects to existing NervTN server in
terminal mode. Some features are not available, like
video editing. But, terminal client is optimized for
stock management, manufacturing or high use in sales.
Terminal client can be used other telnet with TLS, SSH
or TN5250 hardware.

View File

@ -1,6 +0,0 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from importlib.metadata import version
__version__ = version(__package__)