Skip to content

Commit

Permalink
setup.py lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmkenny committed May 29, 2024
1 parent 20119ec commit 7d8cf5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@

from setuptools import setup, find_packages

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

setup(
name="cine_aalst_cli",
version="0.1.0",
author="vdmkenny",
description="View movie schedules for Ciné Aalst",
long_description=open("README.md").read(),
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/vdmkenny/cine-aalst-cli",
packages=find_packages(),
Expand Down

0 comments on commit 7d8cf5f

Please sign in to comment.