Skip to content

Commit df75fe2

Browse files
committed
setup.py package release tweaks.
1 parent e59aeb9 commit df75fe2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,15 @@ The resulting source code is:
194194
ConfigSectionSchema.Person,
195195
]
196196
197-
# -- SIMPLIFIED STORAGE-SCHEMA (compared to example above):
197+
# -- SIMPLIFIED STORAGE-SCHEMA:
198198
# section:person.* -> storage:person.*
199199
# section:person.alice -> storage:person.alice
200200
# section:person.bob -> storage:person.bob
201201
202-
# -- ALTERNATIVES: Override or reimplement
203-
# * ConfigFileReader.process_config_section(config_section, storage)
204-
# * ConfigFileReader.get_storage_name_for(section_name)
205-
# * ConfigFileReader.get_storage_for(section_name, storage)
202+
# -- ALTERNATIVES: Override ConfigFileReader methods:
203+
# * process_config_section(config_section, storage)
204+
# * get_storage_name_for(section_name)
205+
# * get_storage_for(section_name, storage)
206206
207207
208208
# -- COMMAND:

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ docs = build_sphinx
44
test = pytest
55

66
[sdist]
7-
formats = zip, gztar, bztar
7+
formats = zip, gztar
88

99
[bdist_wheel]
1010
universal = true

0 commit comments

Comments
 (0)