Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
alpha-mind
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dr.李
alpha-mind
Commits
4a28b3d1
Commit
4a28b3d1
authored
May 09, 2017
by
Dr.李
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/wegamekinglc/alpha-mind
parents
2360f393
f1822a35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
setup.py
setup.py
+2
-0
No files found.
setup.py
View file @
4a28b3d1
...
@@ -5,6 +5,7 @@ Created on 2017-4-25
...
@@ -5,6 +5,7 @@ Created on 2017-4-25
"""
"""
import
platform
import
platform
import
sys
import
sys
import
io
from
setuptools
import
setup
from
setuptools
import
setup
from
setuptools
import
find_packages
from
setuptools
import
find_packages
from
distutils.extension
import
Extension
from
distutils.extension
import
Extension
...
@@ -61,6 +62,7 @@ setup(
...
@@ -61,6 +62,7 @@ setup(
license
=
'MIT'
,
license
=
'MIT'
,
author
=
'wegamekinglc'
,
author
=
'wegamekinglc'
,
author_email
=
''
,
author_email
=
''
,
install_requires
=
io
.
open
(
'requirements.txt'
,
encoding
=
'utf8'
)
.
read
(),
ext_modules
=
ext_modules_settings
,
ext_modules
=
ext_modules_settings
,
include_dirs
=
[
np
.
get_include
()],
include_dirs
=
[
np
.
get_include
()],
description
=
''
description
=
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment