mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
parent
643bccc497
commit
ec92ce92fa
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -4,7 +4,7 @@ from io import open
|
||||||
from os import walk
|
from os import walk
|
||||||
from os.path import join, relpath
|
from os.path import join, relpath
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
version = "4.1.3"
|
version = "4.1.3"
|
||||||
|
|
@ -46,7 +46,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,
|
||||||
packages=['pelican', 'pelican.tools'],
|
packages=find_packages(),
|
||||||
package_data={
|
package_data={
|
||||||
# we manually collect the package data, as opposed to using,
|
# we manually collect the package data, as opposed to using,
|
||||||
# include_package_data=True because we don't want the tests to be
|
# include_package_data=True because we don't want the tests to be
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue