summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #643 from scop/spellingHEADmasterThomas Kluyver2020-05-161-1/+1
|\ | | | | Spelling fixes
| * Spelling fixesVille Skyttä2020-05-091-1/+1
| |
* | Add history URL to project metadataVille Skyttä2020-05-091-0/+1
|/ | | | | Background info at https://github.com/pypa/warehouse/pull/7882#issue-412444446
* Add project urls to `setup.py`Jürgen Gmach2020-01-221-0/+5
| | | | | | | - bug tracker - documentation - source code These will be shown at the project's PyPi page ( https://pypi.org/project/pexpect/ ) and make it easier to find relevant information.
* Allow for configurable select.poll() usageCooper Ry Lees2018-03-231-1/+1
| | | | | | | - This allows systems that can have > 1024 fds to work - Should be marginally faster - Added tests to use select.poll() - Incremented version - Happy to change this, guessed what it should be
* Fix (hopefully) email address for PyPI upload4.4Thomas Kluyver2018-02-101-1/+1
|
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-06-021-1/+1
| | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* Prepare for building wheelsThomas Kluyver2016-05-211-0/+4
|
* Add bashrc.sh to package_dataThomas Kluyver2015-12-081-0/+1
|
* Remove Python 2.6 trove classifierThomas Kluyver2015-10-161-1/+0
| | | | Closes gh-293
* Add encoding header for Python 2Thomas Kluyver2015-10-061-0/+1
|
* Update README and PyPI descriptionThomas Kluyver2015-10-051-4/+6
|
* 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