Skip to content

Commit a1593fd

Browse files
authored
Merge pull request #2 from ironSource/feature/update_setup_file
Update setup py
2 parents aee4fd4 + 0c540ca commit a1593fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
requirements = [line.strip() for line in fh]
88

99
setup(
10-
name='ironsource_api',
10+
name='mobile-api-lib-python',
1111
version=versioneer.get_version(),
1212
cmdclass=versioneer.get_cmdclass(),
1313
package_dir={'':'ironsource_api'},
1414
packages=find_packages("ironsource_api",exclude=['tests']),
1515
url='https://github.com/ironSource/mobile-api-lib-python',
16-
license='MIT',
17-
author='IronSource Mobile',
16+
license='Apache-2.0',
17+
author='IronSource Ltd.',
1818
author_email='mobile-api-lib-ci@is.com',
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)