mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Enable installation with pip
This commit is contained in:
parent
0c6fd9e5c3
commit
c66ac71cf7
5 changed files with 60 additions and 0 deletions
19
setup.py
Normal file
19
setup.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
from setuptools import setup
|
||||
|
||||
|
||||
setup(
|
||||
name='alchemy',
|
||||
version='2.2',
|
||||
description='A functional, clean, responsive Pelican theme',
|
||||
url='https://github.com/nairobilug/pelican-alchemy',
|
||||
author='Nairobi GNU/Linux Users Group',
|
||||
license='MIT',
|
||||
platforms='any',
|
||||
entry_points={},
|
||||
packages=['alchemy'],
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'pelican',
|
||||
],
|
||||
zip_safe=False,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue