aboutsummaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump Sphinx to 3.0.3Rapptz2020-05-251-2/+2
|
* Bump Sphinx to 2.4.4Rapptz2020-05-251-1/+1
|
* Fixed missing awaits in subclassed corosDevilXD2020-04-041-1/+1
|
* Capitalize Python for consistencyPeter Levart2020-03-011-1/+1
|
* Add Python 3.8 classifier to setup.pyMyst(MysterialPy)2020-01-251-0/+1
| | | | | Added `Programming Language :: Python :: 3.8` classifier to setup.py since Discord.py fully supports it without error or warning.
* Remove unused importEugene2019-06-291-1/+1
| | | find_packages function is not used anymore
* Downgrade to Sphinx 1.8.5Rapptz2019-06-281-2/+2
| | | | For some reason 2.1.2 breaks localization.
* Update Sphinx to 2.1.2Rapptz2019-06-281-2/+2
|
* Export tasks extensionRapptz2019-04-121-1/+1
|
* Update classifier in setup.pyv1.0.0Rapptz2019-04-081-1/+1
|
* Bump PyNaCl to 1.3.0Rapptz2019-04-081-1/+1
|
* Add project URLs to setup.pyRapptz2019-03-021-0/+4
|
* Fix README.rst for PyPiHornwitser2019-01-281-0/+1
| | | | | | Add long_description_content_type in setup.py, fix incorrectly matched up title underlines in README.rst, and fix incorrect entry in MANIFEST.in that was forgotten when the README was renamed in 06296bf.
* Update PyNaCl dependency to one that works with 3.7ItWasAllIntended2018-09-141-1/+2
| | | This also adds the 3.7 classifier as with this there are no 3.7 issues
* Move conditional RTD dependencies to 'docs' extraToby Harradine2018-08-221-10/+6
|
* Add python_requiresorlnub1232018-08-221-0/+1
|
* Bump Sphinx to 1.7.4Rapptz2018-06-211-1/+1
|
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-1/+0
|
* Add websupport extension to extension list.Rapptz2017-12-291-1/+1
|
* Pip version requires require all 3 digits.Rapptz2017-12-281-1/+1
|
* Add some dependencies for RTD.Rapptz2017-12-281-1/+2
|
* Prefix sha to fix leading zeros being strippedkhazhyk2017-11-211-1/+1
| | | | /dist.py:352: UserWarning: Normalizing '1.0.0a1402+0965847' to '1.0.0a1402+965847'
* Use local version identifer for SHAkhazhyk2017-10-141-1/+1
| | | | | | local version identifier seems to be the only PEP440 way to add arbitrary string to the version. Makes pip stop complaining about invalid version label.
* Show sha1 for development versions.khazhyk2017-10-141-1/+6
|
* Try to build HTML5 for docs.Rapptz2017-09-211-0/+1
|
* Changed README from using Markdown to use reStructuredTextGiovani Irimea2017-09-181-1/+1
|
* Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2Rapptz2017-07-011-1/+1
|
* First pass at documentation reform.Rapptz2017-05-121-0/+2
|
* Add commit number to pip version for easy identification.Rapptz2017-03-041-0/+12
|
* Make discord.ext a namespace package.Rapptz2017-02-141-1/+2
|
* Add PyNaCl to setuptool's extras requirements.Rapptz2016-06-281-1/+6
|
* Attempt to satisfy RTD by using sphinxcontrib.napoleon.Rapptz2016-01-101-1/+6
|
* Use setuputils.find_package to find extension modules.Rapptz2016-01-041-2/+2
|
* Update README and setuputils related files to point to async version.Rapptz2015-12-041-1/+0
|
* Properly set requirements of ws4py and requests.Rapptz2015-10-181-4/+3
|
* Add support for channel creation events.Rapptz2015-08-231-3/+4
|
* Fix setuputils scriptv0.1.0Rapptz2015-08-231-1/+1
|
* Rename project from pydiscord to discord.pyRapptz2015-08-221-2/+2
|
* Initial commitRapptz2015-08-211-0/+43