mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-05-22 05:41:55 +00:00
Issue #7: Provide MANIFEST.in to ensure files are uploaded correctly
This commit is contained in:
parent
3dd3fa10c6
commit
4e0cbce114
3 changed files with 8 additions and 1 deletions
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
include *.py *.txt *.rst
|
||||||
|
recursive-include docs *.rst *.py make.bat Makefile
|
||||||
|
|
||||||
4
NEWS.rst
4
NEWS.rst
|
|
@ -1,6 +1,10 @@
|
||||||
Release History
|
Release History
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
0.3.1 (2012-01-17)
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Issue #7: Add MANIFEST.in so PyPI package contains all relevant files
|
||||||
|
|
||||||
0.3 (2012-01-04)
|
0.3 (2012-01-04)
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.3
|
0.3.1
|
||||||
Loading…
Reference in a new issue