Skip to content

Commit 6c73e61

Browse files
author
osfunapps
committed
added dependency
1 parent 0392e06 commit 6c73e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from distutils.core import setup
22

33
setup(
4-
name='os-android-files-injector',
4+
name='os_android_files_injector',
55
packages=['os_android_files_injector'],
6-
version='1.03', # Start with a small number and increase it with every change you make
6+
version='1.04', # Start with a small number and increase it with every change you make
77
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
88
description='a bunch of tools for python xcode project development ', # Give a short description about your library
99
author='Oz Shabat', # Type in your name

0 commit comments

Comments
 (0)