Skip to content

Commit 295c579

Browse files
committed
correct package metadata
1 parent fd99b90 commit 295c579

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
long_description = f.read()
2424

2525
setup(
26-
name="adafruit-circuitpython-udecimal",
26+
name="jepler-circuitpython-udecimal",
2727
use_scm_version=True,
2828
setup_requires=["setuptools_scm"],
2929
description="Reduced version of the decimal library for CircuitPython",
3030
long_description=long_description,
3131
long_description_content_type="text/x-rst",
3232
# The project's main homepage.
33-
url="https://github.com/adafruit/Adafruit_CircuitPython_udecimal",
33+
url="https://github.com/jepler/Jepler_CircuitPython_udecimal",
3434
# 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=[],
3838
# Choose your license
3939
license="MIT",
4040
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -49,8 +49,8 @@
4949
"Programming Language :: Python :: 3.5",
5050
],
5151
# 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",
5454
# You can just specify the packages manually here if your project is
5555
# simple. Or you can use find_packages().
5656
packages=["jepler_udecimal"],

0 commit comments

Comments
 (0)