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 1c46500
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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,8 @@ $ pre-commit install
```bash
$ python setup.py test
```

## License

[Apache License, Version 2.0](https://raw.githubusercontent.com/okomestudio/resconfig/development/LICENSE.txt
)

0 comments on commit 1c46500

Please sign in to comment.