diff options
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", |