Skip to content
This repository was archived by the owner on Aug 19, 2018. It is now read-only.

Commit e9246ff

Browse files
committed
Added a license
1 parent a3f050a commit e9246ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
setup(
44
name='crasync',
55
packages=['crasync'], # this must be the same as the name above
6-
version='v1.1.0',
6+
version='v1.1.1',
77
description='An async wrapper for cr-api.com',
88
author='verixx',
9+
license='MIT',
910
author_email='[email protected]',
1011
url='https://github.com/grokkers/cr-async', # use the URL to the github repo
11-
download_url='https://github.com/grokkers/cr-async/archive/v1.1.0.tar.gz', # I'll explain this in a second
12+
download_url='https://github.com/grokkers/cr-async/archive/v1.1.1.tar.gz', # I'll explain this in a second
1213
keywords=['clashroyale'], # arbitrary keywords
1314
classifiers=[],
1415
install_requires=['aiohttp>=2.0.0,<2.3.0']

0 commit comments

Comments
 (0)