blob: 7f8199f859abf8b06313e60f0994b28c4a62e152 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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",
|