brightway-lca / cookiecutter-brightwaylib

A cookiecutter based project template for brightway libraries.
MIT License
1 stars 3 forks source link

Missing quotes in `pyproject.toml` and `__init__.py` #31

Closed fjuniorr closed 10 months ago

fjuniorr commented 10 months ago

The cookiecutter template is missing quotes in pyproject.toml for the [project.urls] header and __version__ value in __init__.py.

In the generation of a new package I get the errors:

File "tomli/_parser.py", line 649, in parse_value
    raise suffixed_err(src, pos, "Invalid value")
pip._vendor.tomli.TOMLDecodeError: Invalid value (at line 37, column 10)

and

File "__init__.py", line 8
  __version__ = 0.0.1
                    ^^
SyntaxError: invalid syntax
cmutel commented 10 months ago

Thanks! Just noticed this myself, actually :)