Skip to content

Commit 28941ed

Browse files
committed
Updated setup.py
1 parent c37b37b commit 28941ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
from setuptools import setup, find_packages
33
setup(
44
name = 'gem',
5-
packages = find_packages(where="gem"),
6-
package_dir = {'':'gem'},
7-
version = 'v0.1.6',
5+
packages =['gem'],
6+
version = 'v0.1.8',
87
description = 'Math library for game programming in python. ',
98
author = 'Alex Marinescu',
109
author_email = 'ale632007@gmail.com',

0 commit comments

Comments
 (0)