Skip to content

Commit a40c24a

Browse files
committed
Better pypi package
1 parent cff9a99 commit a40c24a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
Contact: pv.safronov@gmail.com
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
12-
import os
13-
1412
from setuptools import find_packages, setup # noqa: H301
1513

1614
NAME = "python-leetcode"
@@ -33,10 +31,11 @@
3331
version=VERSION,
3432
description="Leetcode API",
3533
author_email="pv.safronov@gmail.com",
36-
url="",
37-
keywords=["Swagger", "Leetcode API"],
34+
url="https://github.com/prius/python-leetcode",
35+
keywords=["leetcode", "faang", "interview", "api"],
3836
install_requires=REQUIRES,
3937
packages=find_packages(),
4038
include_package_data=True,
4139
long_description=DESCRIPTION,
40+
long_description_content_type="text/markdown",
4241
)

0 commit comments

Comments
 (0)