Commit e69077e1 by Bryce

Simplify test

parent a34aa28e
"""Example module""" """Test fixture for https://github.com/sdispater/poetry/issues/756"""
__version__ = "0.1"
[tool.poetry] [tool.poetry]
name = "localversionlabel" name = "localversionlabel"
version = "0.1-beta.1+gitbranch-buildno-1" version = "0.1-beta.1+gitbranch-buildno-1"
description = "Some description." authors = []
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
]
license = "MIT"
readme = "README.rst"
homepage = "https://poetry.eustace.io/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment