summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove separate top-level modulesThomas Kluyver2015-09-091-1/+0
| | | | | These were deprecated in 3.x, moving them into the Pexpect package. This removes them entirely for 4.x.
* We must specify lower-bound for ptyprocessJeff Quast2015-04-261-1/+1
| | | | | | | | | | | | | | | Problem: - user installs pexpect==3.2 and ptyprocess==0.4 - change is made to ptyprocess, 0.5 is available - change is made to pexpect, 4.0 is available - user wishes to upgrade, issues "pip install --upgrade pexpect" - the current version of ptyprocess (0.4) remains installed. Solution: - Specify lowerbound '>=0.5' to ensure that existing pexpect installations receive new version of ptyprocess.
* Get version without importing pexpectThomas Kluyver2014-11-231-2/+11
|
* Start adapting pexpect to use ptyprocessThomas Kluyver2014-11-231-0/+1
|
* Add long description (copied part of README)3.2Thomas Kluyver2014-04-141-0/+17
|
* Fix Trove classifiers to allow PyPI uploadThomas Kluyver2013-11-111-2/+3
|
* Update authors in setup.pyThomas Kluyver2013-10-271-2/+2
|
* Update setup.pyThomas Kluyver2013-10-261-5/+7
|
* pexpect is now a packageThomas Kluyver2013-09-251-1/+2
|
* Make licenses in setup.py match license on files.Thomas Kluyver2013-09-171-2/+2
|
* Use regular setup.py scriptThomas Kluyver2013-09-171-0/+34