Skip to content

Commit

Permalink
Updated PYPI project description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinitode committed Sep 26, 2024
1 parent 8047f7d commit bd7a443
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
from setuptools import setup, find_packages

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setup(
name='funcprofiler',
version='{{VERSION_PLACEHOLDER}}',
author='Infinitode Pty Ltd',
author_email='infinitode.ltd@gmail.com',
description='An open-source Python library that can be used to profile functions.',
long_description='An open-source Python library for finding bottlenecks in code. Includes function profiling, data exports, logging, and even line-by-line profiling, for more control.',
description='An open-source Python library for finding bottlenecks in code. Includes function profiling, data exports, logging, and even line-by-line profiling, for more control.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/infinitode/valx',
packages=find_packages(),
Expand Down

0 comments on commit bd7a443

Please sign in to comment.