We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aee4fd4 + 0c540ca commit a1593fdCopy full SHA for a1593fd
setup.py
@@ -7,14 +7,14 @@
7
requirements = [line.strip() for line in fh]
8
9
setup(
10
- name='ironsource_api',
+ name='mobile-api-lib-python',
11
version=versioneer.get_version(),
12
cmdclass=versioneer.get_cmdclass(),
13
package_dir={'':'ironsource_api'},
14
packages=find_packages("ironsource_api",exclude=['tests']),
15
url='https://github.com/ironSource/mobile-api-lib-python',
16
- license='MIT',
17
- author='IronSource Mobile',
+ license='Apache-2.0',
+ author='IronSource Ltd.',
18
author_email='mobile-api-lib-ci@is.com',
19
long_description=long_description,
20
long_description_content_type="text/markdown",
0 commit comments