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.
1 parent c37b37b commit 28941edCopy full SHA for 28941ed
setup.py
@@ -2,9 +2,8 @@
2
from setuptools import setup, find_packages
3
setup(
4
name = 'gem',
5
- packages = find_packages(where="gem"),
6
- package_dir = {'':'gem'},
7
- version = 'v0.1.6',
+ packages =['gem'],
+ version = 'v0.1.8',
8
description = 'Math library for game programming in python. ',
9
author = 'Alex Marinescu',
10
author_email = 'ale632007@gmail.com',
0 commit comments