Skip to content

Commit

Permalink
Add long description
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Oct 27, 2022
1 parent c703aa8 commit 94153f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os

from setuptools import setup
from pathlib import Path

name = "django-filter-stubs"

Expand All @@ -16,11 +17,15 @@ def find_stub_files(name):
result.append(f)
return result

long_description = (Path(__file__).parent / "README.md").read_text()


setup(
name="django-filter-stubs",
version="0.1.2",
description="PEP-484 stubs for django-filter",
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
url="https://github.com/DavisRayM/django-filter-stubs",
author="Davis Raymond Muro",
Expand Down

0 comments on commit 94153f8

Please sign in to comment.