Skip to content

Commit 2896031

Browse files
committed
chore: fixup setup params
1 parent 315f6d2 commit 2896031

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
"""Setup for openai_embeddings package."""
2+
"""Setup for secure_logger package."""
33
from setuptools import find_packages, setup
44

55
from setup_utils import get_semantic_version # pylint: disable=import-error
@@ -11,11 +11,11 @@
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",),

setup_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- coding: utf-8 -*-
22
# pylint: disable=duplicate-code
3-
# pylint: disable=duplicate-code
43
"""Lawrence McDaniel https://lawrencemcdaniel.com."""
54
import importlib.util
65
import io

0 commit comments

Comments
 (0)