Skip to content

Commit 7c7e205

Browse files
authored
Merge pull request #35 from sebix/fix-packaging
Include metadata in source tarball
2 parents c3864f4 + 64cccea commit 7c7e205

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.textile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ h1. Textile Changelog
22

33
h2. Develop Branch
44
* Bugfix: fix an issue with extended block code
5+
* Remove misplaced shebang on non-callable files.
6+
* Packaging: Add test-command to setup.py directly.
7+
* Packaging: Included the tests/ directory for source-tarballs, useful for packaging checks. ("#33":https://github.com/textile/python-textile/issues/33)
58

69
h2. Version 2.3.3
710
* Bugfix: Unicode in URL titles no longer break everything ("#30":https://github.com/textile/python-textile/issues/30)

MANIFEST.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
exclude .gitignore
2+
exclude TODO.textile
3+
exclude .travis.yml
4+
include CHANGELOG.textile
5+
include CONTRIBUTORS.txt
6+
include .coveragerc
7+
include LICENSE.txt
8+
include MANIFEST.in
9+
include pytest.ini
10+
include README.textile
11+
include requirements.txt

0 commit comments

Comments
 (0)