Skip to content

Commit a701afd

Browse files
committed
Release to Pypi
1 parent a3a06b6 commit a701afd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Whitespace-only changes.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
packages=find_packages(),
1010

11-
author="Caner & inso",
11+
author="inso, canercanda, s_b",
1212

1313
author_email="[email protected]",
1414

1515
description="A python implementation of [uCoin](https://github.com/ucoin-io/ucoin) API",
1616

1717
long_description=open('README.md').read(),
18-
18+
1919
# Active la prise en compte du fichier MANIFEST.in
2020
include_package_data=True,
2121
url='https://github.com/ucoin-io/ucoin-python-api',
@@ -30,6 +30,6 @@
3030
"Programming Language :: Python :: 3.4",
3131
"Topic :: Communications",
3232
],
33-
33+
3434

3535
)

0 commit comments

Comments
 (0)