Added setup.py stub.
This commit is contained in:
parent
869fcdb428
commit
5e97b9de3b
1 changed files with 13 additions and 0 deletions
13
setup.py
Normal file
13
setup.py
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='fgg',
|
||||||
|
version='0.1.4',
|
||||||
|
packages=[''],
|
||||||
|
url='https://hanez.org/project/fgg/',
|
||||||
|
license='MIT',
|
||||||
|
author='Johannes Findeisen',
|
||||||
|
author_email='you@hanez.org',
|
||||||
|
description='A free gallery generator for static site generators like Hugo, Jekyll, Nikola '
|
||||||
|
'etc. using Flickr as data source.'
|
||||||
|
)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue