|
23 | 23 | long_description = f.read() |
24 | 24 |
|
25 | 25 | setup( |
26 | | - name="adafruit-circuitpython-udecimal", |
| 26 | + name="jepler-circuitpython-udecimal", |
27 | 27 | use_scm_version=True, |
28 | 28 | setup_requires=["setuptools_scm"], |
29 | 29 | description="Reduced version of the decimal library for CircuitPython", |
30 | 30 | long_description=long_description, |
31 | 31 | long_description_content_type="text/x-rst", |
32 | 32 | # The project's main homepage. |
33 | | - url="https://github.com/adafruit/Adafruit_CircuitPython_udecimal", |
| 33 | + url="https://github.com/jepler/Jepler_CircuitPython_udecimal", |
34 | 34 | # Author details |
35 | | - author="Adafruit Industries", |
36 | | - author_email="circuitpython@adafruit.com", |
37 | | - install_requires=["Adafruit-Blinka",], |
| 35 | + author="Jeff Epler", |
| 36 | + author_email="jepler@gmail.com", |
| 37 | + install_requires=[], |
38 | 38 | # Choose your license |
39 | 39 | license="MIT", |
40 | 40 | # See https://pypi.python.org/pypi?%3Aaction=list_classifiers |
|
49 | 49 | "Programming Language :: Python :: 3.5", |
50 | 50 | ], |
51 | 51 | # What does your project relate to? |
52 | | - keywords="adafruit blinka circuitpython micropython udecimal numeric helper arbitrary- " |
53 | | - "precision math", |
| 52 | + keywords="adafruit blinka circuitpython micropython udecimal numeric helper " |
| 53 | + "arbitraryprecision math", |
54 | 54 | # You can just specify the packages manually here if your project is |
55 | 55 | # simple. Or you can use find_packages(). |
56 | 56 | packages=["jepler_udecimal"], |
|
0 commit comments