Refactoring repositories
This commit is contained in:
parent
66d5f1feec
commit
d8961717bb
10 changed files with 2 additions and 42 deletions
|
@ -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,
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
Nerv Tales Network Common Client Framework
|
||||
==========================================
|
||||
|
||||
Common libraries for Nerv Tales Network clients written
|
||||
in python.
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from importlib.metadata import version
|
||||
|
||||
__version__ = version(__package__)
|
|
@ -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.
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from importlib.metadata import version
|
||||
|
||||
__version__ = version(__package__)
|
|
@ -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.
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from importlib.metadata import version
|
||||
|
||||
__version__ = version(__package__)
|
Loading…
Reference in a new issue