Skip to content

Commit

Permalink
cleanup manifest and modernize bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jan 17, 2017
1 parent 2706d51 commit a4c559f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 194 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ language: python
python: "2.7"
sudo: false
install:
- python2.7 bootstrap.py
- ./bin/buildout -q
- pip install -U pip setuptools zc.buildout
- buildout
script: ./bin/test
6 changes: 4 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
graft src/node
include *.rst
recursive-include src *
recursive-exclude src *.pyc *.pyo
exclude *.cfg
exclude bootstrap.sh
global-exclude *.pyc
189 changes: 0 additions & 189 deletions bootstrap.py

This file was deleted.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
'Topic :: Software Development',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
],
keywords='',
keywords='node tree fullmapping',
author='BlueDynamics Alliance',
author_email='dev@bluedynamics.com',
url='http://github.com/bluedynamics/node',
Expand Down

0 comments on commit a4c559f

Please sign in to comment.