Skip to content

Commit 9f4ed0a

Browse files
committed
Replace old setup.py with setupmono.py, modified to work on both linux and
windows. Remove old unused Makefiles and out of date README.txt.
1 parent 5a1e055 commit 9f4ed0a

File tree

6 files changed

+193
-521
lines changed

6 files changed

+193
-521
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- sudo apt-get -qq install mono-devel mono-gmcs mono-xbuild nunit-console
1010
install:
1111
- cd pythonnet
12-
- python setupmono.py build_ext --inplace
12+
- python setup.py build_ext --inplace
1313
script:
1414
- export PYTHONPATH=`pwd`
1515
- ./npython src/tests/runtests.py

pythonnet/Makefile

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)