forked from github/pelican-alchemy
Enable installation with pip
This commit is contained in:
parent
0c6fd9e5c3
commit
c66ac71cf7
5 changed files with 60 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
*.pyc*
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
|
||||
.venv*
|
||||
Reference in a new issue