Skip to content

Commit

Permalink
Fixing the thing to recognize markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Riprock committed Oct 16, 2024
1 parent b2785b9 commit 26d9ed3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
VERSION = '1.1.0'
DESCRIPTION = 'Assetto Corsa intellisense stubs helper'
LONG_DESCRIPTION = Path('README.md').read_text(encoding='utf-8')

# Setting up
print(find_packages())
setup(
Expand All @@ -14,6 +15,7 @@
author_email='<[email protected]>',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
packages=find_packages(),
install_requires=[],
keywords=['python', 'AC', 'Assetto Corsa', 'dummy', 'stub'],
Expand Down

0 comments on commit 26d9ed3

Please sign in to comment.