Convert the whole site to use Pelican instead of Jekyll
This commit is contained in:
11
setup.py
Normal file
11
setup.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
setup(name='gergelypolonkaieu-site',
|
||||
version='1.0.0',
|
||||
description='gergely.polonkai.eu site',
|
||||
author='Gergely Polonkai',
|
||||
author_email='gergely@polonkai.eu',
|
||||
license='All Rights Reserved',
|
||||
packages=find_packages('.'),
|
||||
zip_safe=False)
|
Reference in New Issue
Block a user