Skip to content

Commit 0ea3df0

Browse files
Housekeeping
1 parent a7876bc commit 0ea3df0

3 files changed

Lines changed: 23 additions & 7 deletions

File tree

.pypirc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[distutils]
2-
index-servers = pypi
2+
index-servers=pypi
33
[pypi]
4-
repository = https://upload.pypi.org/legacy/
4+
repository= https://upload.pypi.org/legacy/
5+
username=setu

requirements.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,34 @@
11
astroid==2.4.2
22
autopep8==1.5.4
3+
bleach==3.1.5
34
certifi==2020.6.20
45
cffi==1.14.2
56
chardet==3.0.4
7+
colorama==0.4.3
68
cryptography==2.9.2
9+
docutils==0.16
710
idna==2.10
811
isort==5.5.2
9-
jwt==1.0.0
12+
keyring==21.4.0
1013
lazy-object-proxy==1.4.3
1114
mccabe==0.6.1
15+
packaging==20.4
16+
pkginfo==1.5.0.1
1217
pycodestyle==2.6.0
1318
pycparser==2.20
19+
Pygments==2.7.0
20+
PyJWT==1.7.1
1421
pylint==2.6.0
22+
pyparsing==2.4.7
23+
readme-renderer==26.0
1524
requests==2.24.0
25+
requests-toolbelt==0.9.1
26+
rfc3986==1.4.0
1627
six==1.15.0
1728
toml==0.10.1
29+
tqdm==4.49.0
30+
twine==3.2.0
1831
urllib3==1.25.10
32+
uuid==1.30
33+
webencodings==0.5.1
1934
wrapt==1.12.1

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
README = (HERE / "README.md").read_text()
77

88
setup(name='setu',
9-
version='0.4.1',
10-
url='https://gitlab.com/setu-lobby/seu-pypi',
9+
version='0.4.2',
10+
url='https://github.com/SetuHQ/setu-python-sdk',
1111
author='Gandharva B',
1212
author_email='gandharva@setu.co',
13-
description="Setu's own SDK for faster integration",
13+
description="SDK to help Pythonistas integrate with Setu's APIs",
1414
long_description=README,
1515
long_description_content_type="text/markdown",
1616
license='MIT',
1717
install_requires=["requests", "uuid", "PyJWT"],
1818
packages=['setu'],
19-
zip_safe=False)
19+
zip_safe=False)

0 commit comments

Comments
 (0)