Skip to content

Commit

Permalink
Fix PyPI-related reST/README issues
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Aug 20, 2020
1 parent 4bda274 commit 0ab6ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pelican |build-status| |pypi-version| |repology|
=====================================
================================================

Pelican is a static site generator, written in Python_.

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from os import walk
from os.path import join, relpath

from setuptools import setup, find_packages
from setuptools import find_packages, setup


version = "4.5.0"
Expand Down Expand Up @@ -44,6 +44,7 @@
keywords='static web site generator SSG reStructuredText Markdown',
license='AGPLv3',
long_description=description,
long_description_content_type='text/x-rst',
packages=find_packages(),
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
Expand All @@ -68,6 +69,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit 0ab6ac9

Please sign in to comment.