Skip to content

Commit f42a40b

Browse files
committed
update: setup
1 parent 9eccd12 commit f42a40b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44
setup(
55
name='stallion-python-sdk',
6-
version='1.1',
6+
version='1.2',
77
license='MIT',
88
author="amirhnajafiz",
99
author_email='najafizadeh21@gmail.com',
10-
packages=find_packages('src'),
11-
package_dir={'': 'src'},
10+
packages=['stallion-python-sdk'],
1211
url='https://github.com/amirhnajafiz/stallion-python-sdk',
13-
keywords='stallion sdk python',
12+
keywords=['sdk', 'stallion', 'stallion-client'],
1413
)

0 commit comments

Comments
 (0)