File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- """Setup for openai_embeddings package."""
2+ """Setup for secure_logger package."""
33from setuptools import find_packages , setup
44
55from setup_utils import get_semantic_version # pylint: disable=import-error
1111 version = get_semantic_version (),
1212 description = "A decorator to generate redacted and nicely formatted log entries" ,
1313 long_description = load_readme (),
14- long_description_content_type = "text/x-rst " ,
14+ long_description_content_type = "text/markdown " ,
1515 author = "Lawrence McDaniel" ,
16- author_email = "FullStackWithLawrence @gmail.com" ,
16+ author_email = "lpm0073 @gmail.com" ,
1717 maintainer = "Lawrence McDaniel" ,
18- maintainer_email = "FullStackWithLawrence @gmail.com" ,
18+ maintainer_email = "lpm0073 @gmail.com" ,
1919 url = "https://github.com/FullStackWithLawrence/secure-logger" ,
2020 license = "AGPLv3" ,
2121 license_files = ("LICENSE.txt" ,),
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# pylint: disable=duplicate-code
3- # pylint: disable=duplicate-code
43"""Lawrence McDaniel https://lawrencemcdaniel.com."""
54import importlib .util
65import io
You can’t perform that action at this time.
0 commit comments