You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
375 B
22 lines
375 B
graft docs
|
|
graft examples
|
|
graft src
|
|
graft ci
|
|
graft tests
|
|
|
|
include .bumpversion.cfg
|
|
include .coveragerc
|
|
include .cookiecutterrc
|
|
include .isort.cfg
|
|
include .pylintrc
|
|
|
|
include AUTHORS.rst
|
|
include CHANGELOG.rst
|
|
include CONTRIBUTING.rst
|
|
include LICENSE
|
|
include README.rst
|
|
|
|
include tox.ini .travis.yml appveyor.yml
|
|
exclude publish-key.enc
|
|
global-exclude *.py[cod] __pycache__ *.so
|