2
0
Fork 0

Modified meta-information about the module.

This commit is contained in:
Thomas Touhey 2018-01-19 22:56:51 +01:00
parent d4d1b34e03
commit 7b4bd5a167
No known key found for this signature in database
GPG key ID: 2ECEB0517AD947FB
3 changed files with 28 additions and 2 deletions

20
LICENSE.md Normal file
View file

@ -0,0 +1,20 @@
# The MIT License (MIT)
Copyright (C) 2018 Thomas Touhey <<thomas@touhey.fr>>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

View file

@ -19,7 +19,13 @@ setup(name='textoutpc',
classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Topic :: Software Development :: Interpreters'
'License :: OSI Approved :: MIT License',
'Natural Language :: French',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Intended Audience :: Developers',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries',
'Topic :: Text Processing :: Markup :: HTML'
]
)

View file

@ -7,8 +7,8 @@
import regex as _re
from io import StringIO as _sio
from html import escape as _htmlescape
from .stream import *
from .Tags import TextoutRawTag, TextoutInlineTag, TextoutBlockTag, get_tag
from .stream import *
from .smileys import htmlsmileys as _htmlsmileys
from .urls import htmlurls as _htmlurls