Initial commit.
This commit is contained in:
commit
7460187502
3 changed files with 16 additions and 0 deletions
0
README.rst
Normal file
0
README.rst
Normal file
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[tool.poetry]
|
||||
name = "wagtail-draftail-snippet"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Adam Hill <ahill@fool.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^2.7"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^3.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
1
wagtail_draftail_snippet/__init__.py
Normal file
1
wagtail_draftail_snippet/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
__version__ = '0.1.0'
|
Reference in a new issue