Initial commit

This commit is contained in:
Alexander Wainwright 2023-06-01 20:14:37 +10:00
parent 747e53d6b0
commit e7079c2e17
10 changed files with 732 additions and 122 deletions

View file

@ -0,0 +1,21 @@
[metadata]
name = {{ cookiecutter.package_name }}
version = {{ cookiecutter.package_version }}
description = {{ cookiecutter.package_description }}
author = {{ cookiecutter.author_name }}
author_email = {{ cookiecutter.author_email }}
license = GPL-3.0
[options]
packages = find:
package_dir =
=src
python_requires = >=3.6
install_requires =
[options.entry_points]
console_scripts =
{{cookiecutter.package_name}} = {{cookiecutter.package_name}}.main:main
[options.packages.find]
where = src