summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Move to src layoutMario Corchero2021-07-161-1/+1
* Move simple constants from setup.py into setup.cfgGrant Garrett-Grossman2019-02-231-35/+3
* setup.py test doesn't work, so exit with 1Miro Hrončok2018-09-131-2/+4
* Remove requires from setup.pySherry Zhou2018-06-081-2/+1
* Make setup.py PEP8 compatiblePaul Ganssle2018-05-221-3/+4
* Open README.rst with utf-8 encodingPierre Gergondet2018-03-261-1/+3
* Fix RST renderer for PyPIPaul Ganssle2018-03-241-1/+13
* Add README.rst as long_descriptionPaul Ganssle2018-03-241-6/+10
* Update license metadataPaul Ganssle2018-03-241-1/+1
* Fix license trove classifierPaul Ganssle2018-03-111-0/+1
* Drop support for Python 3.2Paul Ganssle2018-03-111-3/+3
* Generate version numbers from git metadataIván Matellanes2017-12-061-3/+4
* Adds python_requireJake Chorley2017-12-061-0/+9
* Print warning when running `setup.py test`Laszlo Kiss-Kollar2017-12-061-1/+12
* Update the metadata to reflect authorship vs maintainershipPaul Ganssle2017-12-051-2/+4
* Fix package discovery in setup.pyPaul Ganssle2017-11-101-2/+4
* Switch testing and CI scripts to use test_requirements.txtPaul Ganssle2017-11-061-1/+0
* Update test runner to use pytestPaul Ganssle2017-11-051-1/+1
* Remove unused importsJon Dufresne2017-10-281-2/+0
* Add test for dateutil.utils.todayPaul Ganssle2017-10-241-0/+1
* Change license information in setup.pyPaul Ganssle2017-10-081-1/+1
* Drop support for Python 2.6Jon Dufresne2017-07-101-1/+0
* Moved version handling into a separate module.Paul Ganssle2017-07-091-6/+1
* Modify authors list to reflect realityYaron de Leeuw2017-05-021-1/+1
* Fix unclosed file warning in setup.pyJon Dufresne2017-04-171-3/+2
* Prepare 2.6.0 release.Paul Ganssle2016-11-081-0/+1
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
* Prepare 2.5.0 releasePaul Ganssle2016-02-281-2/+2
* added 'dateutil.tz' subpackage to setup.pybjv2015-12-241-1/+1
* BLD: update versions of python supportedThomas A Caswell2015-12-071-0/+1
* Refactor timezones, add import testsPaul Ganssle2015-11-011-1/+1
* Fixed issue with improper caching of original bymonthday and byweekday rules.Paul G2015-03-211-0/+0
* setup.py: require six>=1.5Yaron de Leeuw2014-12-141-1/+1
* more pep8 and style editsYaron de Leeuw2014-12-011-19/+18
* Package is now wheelable!Yaron de Leeuw2014-11-271-6/+6
* Cleanup directory structureYaron de Leeuw2014-11-241-1/+2
* Use /usr/bin/env, test for py33 and how to release in README.Tomi Pieviläinen2013-11-011-0/+1
* Fix installation problem when LANG=CTomi Pieviläinen2012-04-291-1/+2
|\
| * Fix UnicodeDecodeError in setup.py when LANG=C.Mike Gilbert2012-04-031-1/+2
* | Add classifiers to setup.pyTomi Pieviläinen2012-04-291-0/+12
|/
* Preparing for releaseTomi Pieviläinen2012-03-281-3/+5
* Metadata fixesTomi Pieviläinen2012-03-031-5/+5
* Use python3 on banglines.Gustavo Niemeyer2011-03-241-1/+1
* Applying Python 3 support patch by Brian Jones.Gustavo Niemeyer2011-03-241-2/+2
* Tweak setup.py so that it may run even when fired fromniemeyer2010-01-111-1/+2
* Use zip_safe=False, as suggested by Stephan Richter.niemeyer2008-08-071-0/+1
* Using .tar.gz extension, so that it works better with setuptools.niemeyer2008-08-071-8/+4
* Moving the version number to dateutil/__init__.py, as requestedniemeyer2007-11-121-1/+8
* Preparing for 1.2.niemeyer2006-10-251-1/+1
* Import reordering.niemeyer2005-12-221-1/+1