sync manifest.in [skip ci]
This commit is contained in:
parent
8692f88ca0
commit
9efc3bf878
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
.installed.cfg
|
||||
.dir-locals.el
|
||||
.pydevproject
|
||||
.project
|
||||
*.egg-info
|
||||
*.pyc
|
||||
*.sublime-*
|
||||
|
17
.project
17
.project
@ -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>
|
20
MANIFEST.in
20
MANIFEST.in
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
*.pyc
|
Loading…
Reference in New Issue
Block a user