Metadata-Version: 2.1
Name: incolumepy.makefilelicense
Version: 0.2.6
Summary: This software take a License and agregate into the project.
License: MIT
Keywords: licenses,projects
Author: Britodfbr
Author-email: britodfbr@gmail.com
Maintainer: Britodfbr
Maintainer-email: britodfbr@gmail.com
Requires-Python: >=3.6.14,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: License :: Free For Educational Use
Classifier: License :: Free For Home Use
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: Utilities
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: toml[tomli] (>=0.10.2,<0.11.0); python_version >= "3.6" and python_version < "4.0"
Project-URL: Bug Tracker, https://github.com/incolumepy/incolumepy.makefilelicense/issues
Project-URL: homepage, https://pypi.org/project/incolumepy.makefilelicense
Project-URL: license, https://github.com/incolumepy/incolumepy.makefilelicense/blob/main/LICENSE
Project-URL: repository, https://github.com/incolumepy/incolumepy.makefilelicense
Description-Content-Type: text/markdown

[![GitHub Actions (Tests)](https://github.com/incolumepy/incolumepy.makefilelicense/workflows/Tests/badge.svg)](https://github.com/incolumepy/incolumepy.makefilelicense/)
[![codecov](https://codecov.io/gh/incolumepy/incolumepy.makefilelicense/branch/main/graph/badge.svg?token=QFULL7R8HX)](https://codecov.io/gh/incolumepy/incolumepy.makefilelicense)
# Makefile License Incolume Python

---
This software take a License (https://choosealicense.com/licenses/) and agregate into the project.

## pip Install
```bash
pip install incolumepy.makefilelicense
```
## poetry Install
```bash
poetry add incolumepy.makefilelicense
```
## source
1. Choice the source on https://github.com/incolumepy/incolumepy.makefilelicense/tags;
2. unzip your package;
3. cd incolumepy.makefilelicense-x.y.z;
4.

## Command make
```bash
make setup
make [license-agpl license-apache license-bsl license-cc0 license-gpl \
      license-lgpl license-mit license-mpl]
make test
```

