mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix PyPI-related reST/README issues
This commit is contained in:
parent
4bda2745ac
commit
0ab6ac9798
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
Pelican |build-status| |pypi-version| |repology|
|
Pelican |build-status| |pypi-version| |repology|
|
||||||
=====================================
|
================================================
|
||||||
|
|
||||||
Pelican is a static site generator, written in Python_.
|
Pelican is a static site generator, written in Python_.
|
||||||
|
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -3,7 +3,7 @@
|
||||||
from os import walk
|
from os import walk
|
||||||
from os.path import join, relpath
|
from os.path import join, relpath
|
||||||
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
version = "4.5.0"
|
version = "4.5.0"
|
||||||
|
|
@ -44,6 +44,7 @@ setup(
|
||||||
keywords='static web site generator SSG reStructuredText Markdown',
|
keywords='static web site generator SSG reStructuredText Markdown',
|
||||||
license='AGPLv3',
|
license='AGPLv3',
|
||||||
long_description=description,
|
long_description=description,
|
||||||
|
long_description_content_type='text/x-rst',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True, # includes all in MANIFEST.in if in package
|
include_package_data=True, # includes all in MANIFEST.in if in package
|
||||||
# NOTE : This will collect any files that happen to be in the themes
|
# NOTE : This will collect any files that happen to be in the themes
|
||||||
|
|
@ -68,6 +69,7 @@ setup(
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
|
'Programming Language :: Python :: 3.8',
|
||||||
'Programming Language :: Python :: Implementation :: CPython',
|
'Programming Language :: Python :: Implementation :: CPython',
|
||||||
'Topic :: Internet :: WWW/HTTP',
|
'Topic :: Internet :: WWW/HTTP',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue