mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
11 lines
327 B
Python
11 lines
327 B
Python
--- setup.py.orig 2021-10-03 00:16:57 UTC
|
|
+++ setup.py
|
|
@@ -80,7 +80,7 @@ setup(
|
|
|
|
|
|
setup(
|
|
- name='ConfigArgParse',
|
|
+ name='configargparse',
|
|
version="1.5.3",
|
|
description='A drop-in replacement for argparse that allows options to '
|
|
'also be set via config files and/or environment variables.',
|