sync manifest.in [skip ci]

This commit is contained in:
Jason Madden 2016-06-28 15:08:20 -05:00
parent 8692f88ca0
commit 9efc3bf878
No known key found for this signature in database
GPG Key ID: 349F84431A08B99E
6 changed files with 18 additions and 21 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
.installed.cfg
.dir-locals.el
.pydevproject
.project
*.egg-info
*.pyc
*.sublime-*

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>relstorage-git</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>

View File

@ -1,3 +1,17 @@
include MANIFEST.in *.txt *.rst *.py setup.cfg
recursive-include relstorage *.py *.xml *.txt
recursive-include doc *.py *.rst
include MANIFEST.in *.txt *.py setup.cfg
include .coveragerc
include buildout*.cfg
include tox.ini
include .pylintrc
include BUILDOUT.rst
include CHANGES.rst
recursive-include .travis *
recursive-include notes *.ods *.py *.sql *.txt
recursive-include relstorage *.py *.xml *.txt *.test *.conf
recursive-include doc *.py *.rst Makefile
recursive-exclude doc changelog.rst relstorage.*.rst
recursive-include repltest *.cfg *.conf *.in *.patch *.sql

View File

@ -1 +0,0 @@
*.pyc