Skip to content

Commit 561a678

Browse files
committed
Merge pull request pandas-dev#70 from manahl/bugfix/fix-manifest
Use setuptools-git
2 parents ffd89a0 + 28b85e8 commit 561a678

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
## Changelog
33

4+
### 1.17 (2015-12-24)
5+
6+
* Feature: Add timezone suppport to store multi-index dataframes
7+
* Bugfix: Fixed broken sdist releases
8+
49
### 1.16 (2015-12-15)
510

611
* Feature: ArticTransaction now supports non-audited 'transactions': `audit=False`

MANIFEST.in

-1
This file was deleted.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def run_tests(self):
8989
setup_requires=["setuptools_cython",
9090
"Cython",
9191
"numpy",
92+
"setuptools-git",
9293
],
9394
install_requires=["decorator",
9495
"enum34",

0 commit comments

Comments
 (0)