Minor updates

- Add a .editorconfig file (See http://editorconfig.org)
- Add wheel distribution
- Remove sprockets requirement
This commit is contained in:
Gavin M. Roy 2014-10-16 10:15:19 -04:00
parent 40b248fe50
commit 9a9b375d30
4 changed files with 18 additions and 14 deletions

View file

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_style = space
indent_size = 4
[.travis.yml]
indent_style = space
indent_size = 2

View file

@ -16,11 +16,12 @@ script: nosetests
after_success:
- coveralls
deploy:
distributions: sdist bdist_wheel
provider: pypi
user: sprockets
on:
python: 2.7
tags: true
all_branches: true
user: sprockets
password:
secure: [REPLACE-ME]

View file

@ -1 +0,0 @@
sprockets<2

View file

@ -1,12 +1,2 @@
[build_sphinx]
all-files = 1
source-dir = docs
build-dir = build/docs
[nosetests]
with-coverage = 1
cover-package = sprockets.{{cookiecutter.project_name}}
verbose = 1
[flake8]
exclude = build,dist,docs,env
[bdist_wheel]
universal = 1