Skip to content

Commit

Permalink
Fixed the license in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed May 24, 2018
1 parent 4a6163f commit 9ff919c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build_posix build_win cover test
.PHONY: build_posix build_win clean cover test

build_posix:
python setup.py sdist
Expand All @@ -10,6 +10,11 @@ build_win:
cover:
py.test --cov=pyswip tests

clean:
rm -rf dist build

test:
py.test tests --verbose

upload:
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: The MIT License (MIT)',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
Expand Down

0 comments on commit 9ff919c

Please sign in to comment.