Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24893885
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/setup.cfg b/setup.cfg
index 04b207f..d7c355e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,33 +1,33 @@
[metadata]
name = merge-dictionaries
-version = 0.4.0
+version = 0.4.1
author = Sébastien Santoro
author_email = dereckson@espace-win.org
description = Merge dictionaries
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD-2-Clause
license_files = LICENSE
url = https://devcentral.nasqueron.org/source/merge-dictionaries/
project_urls =
Bug Tracker = https://devcentral.nasqueron.org/tag/development_tools/
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Environment :: Console
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
[options]
package_dir =
= src
packages = find:
scripts =
bin/merge-dictionaries
python_requires = >=3.7
install_requires =
PyYAML>=6.0,<7.0
[options.packages.find]
where = src
diff --git a/src/mergedictionaries/utils/__init__.py b/src/mergedictionaries/utils/__init__.py
new file mode 100644
index 0000000..bd083c3
--- /dev/null
+++ b/src/mergedictionaries/utils/__init__.py
@@ -0,0 +1,8 @@
+# -------------------------------------------------------------
+# Merge dictionaries :: Utilities
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+# This file is intentionally left blank.
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Mar 18, 12:23 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3538288
Default Alt Text
(1 KB)
Attached To
Mode
rMD Merge dev dictionaries
Attached
Detach File
Event Timeline
Log In to Comment