File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,8 @@ All notable changes to this project will be documented in this file.
33
44Preferably use ** Added** , ** Changed** , ** Removed** and ** Fixed** topics in each release or unreleased log for a better organization.
55
6+ ## [ 1.0.1] ( https://github.com/quintoandar/hierarchical-conf/releases/tag/1.0.1 )
7+ Only load files if they exist in given directories (remove breaking in opposite cases)
8+
69## [ 1.0.0] ( https://github.com/quintoandar/hierarchical-conf/releases/tag/1.0.0 )
710First modules and entities of Hierarchical Conf package.
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
33__package_name__ = "hierarchical_conf"
4- __version__ = "1.0.0 "
4+ __version__ = "1.0.1 "
55__repository_url__ = "https://github.com/quintoandar/hierarchical-conf"
66
77
1919 description = "A tool for loading settings from files hierarchically" ,
2020 long_description = readme ,
2121 long_description_content_type = "text/markdown" ,
22- keywords = "hierarchical-conf" ,
22+ keywords = [
23+ "hierarchical-conf" ,
24+ "configuration by environment" ,
25+ "configuration files" ,
26+ "configuration as code" ,
27+ "hierarchical configuration" ,
28+ ],
2329 version = __version__ ,
2430 url = __repository_url__ ,
2531 packages = find_packages (
You can’t perform that action at this time.
0 commit comments