diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:02:33 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:02:33 +0000 |
commit | 499f21bf5c98b697eb26322db0198867210330f0 (patch) | |
tree | 9885904eee0f5005ad0d9fe961b2bfd5e32b9adc /math/py-fraction/files/patch-setup.py | |
parent | 5a910ffd7240e84f53b09a438e73faba3567c424 (diff) |
Diffstat (limited to 'math/py-fraction/files/patch-setup.py')
-rw-r--r-- | math/py-fraction/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-fraction/files/patch-setup.py b/math/py-fraction/files/patch-setup.py new file mode 100644 index 000000000000..7f8199f859ab --- /dev/null +++ b/math/py-fraction/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2022-05-21 10:47:22 UTC ++++ setup.py +@@ -4,7 +4,7 @@ setuptools.setup( + long_description = fh.read() + + setuptools.setup( +- name="Fraction", # Replace with your own username ++ name="fraction", # Replace with your own username + version="2.2.0", + author="Shantanu Banerjee", + author_email="hi@shantanubanerjee.com", |