Skip to content

Commit

Permalink
Add license info
Browse files Browse the repository at this point in the history
  • Loading branch information
okomestudio committed Apr 5, 2020
1 parent b668abf commit e08b4bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*resconfig* is a minimalistic application configuration library for
Python applications. The features include:

- Multiple configuration file formats: INI, JSON, and YAML.
- Multiple configuration file formats: INI, JSON, TOML, and YAML.

- Dynamic reloading of resource configurations: Watch functions can be
attached to nested keys, so that the configurations can be reloaded
Expand Down Expand Up @@ -45,3 +45,9 @@ $ pre-commit install
```bash
$ python setup.py test
```

## License

`Apache License, Version 2.0`_.

. _Apache License, Version 2.0: https://raw.githubusercontent.com/okomestudio/resconfig/development/LICENSE.txt

0 comments on commit e08b4bc

Please sign in to comment.