summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgrade --py37-plusHugo van Kemenade2023-01-151-1/+1
|
* Fix typoHugo van Kemenade2023-01-151-2/+2
|
* Declare support for Python 3.11Hugo van Kemenade2023-01-151-0/+1
|
* fix version replacement in `setup.py` (#1500)Sebastian Thiel2022-10-111-1/+1
| | | | | | | | It would fail to perform the replacement, but unfortunately wouldn't stop the release process. The latter could be done, but isn't implemented either as it's hard to test given everything is runtime.
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-3/+1
|
* Run everything through 'black'Sebastian Thiel2022-05-181-17/+17
| | | | | That way people who use it won't be deterred, while it unifies style everywhere.
* Add support for Python 3.10Hugo van Kemenade2021-10-141-1/+1
|
* Update setup.pyDominic2021-09-091-0/+1
| | | flake8 fix
* Update setup.pyDominic2021-09-091-8/+7
| | | format path -> os.path in prep for pathlib
* Update setup.pyDominic2021-09-091-1/+4
| | | Import README.md
* Update setup.pyDominic2021-09-091-1/+1
| | | Comment out python 3.10 for next release
* fix setup.py classifiers, improvefnmatchprocess handler typesyobmod2021-08-081-2/+2
|
* Add Typing :: Typed to setup.pyYobmod2021-08-031-0/+1
|
* rmv 3.6 from setup.pyYobmod2021-08-021-6/+7
|
* Rmv EZ_setup from setup.pyDominic2021-07-241-8/+1
| | | Build tools now specified in pyproject.toml, so can be sure setuptools is installed
* fix find_packages()Dominic2021-07-241-2/+1
| | | Make exclude arg a sequence -> find_packages(exclude=["test", "test.*"])
* re-add package data for py.typedDominic2021-07-231-0/+1
| | | Need for pypi install?
* rmv redundant IOerror exceptYobmod2021-07-191-2/+2
|
* Update setup.pyDominic2021-07-121-4/+2
| | | | Change distutils.build_py to its setuptools wrapper. Distutils one deprecated since py3.8, but setuptools one working py3.6-3.10
* move py.typed from setup.py to MANIFEST.INIYobmod2021-06-301-1/+1
|
* fix conflictYobmod2021-06-171-1/+1
|\
| * Revert "Revert "Remove support for Python 3.5" - fix CI for now."Sebastian Thiel2021-06-161-2/+2
| | | | | | | | This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326.
| * Revert "Remove support for Python 3.5" - fix CI for now.Sebastian Thiel2021-06-161-2/+2
| | | | | | | | | | | | This reverts commit 45d1cd59d39227ee6841042eab85116a59a26d22. See #1201 which will hopefully help to get a proper fix soon.
| * Remove support for Python 3.5Bert Wesarg2021-03-131-2/+2
| |
* | rebase with dropped 3.5Yobmod2021-06-171-2/+1
|/
* add py.typed, mypy.ini and git/types.pyyobmod2021-02-281-0/+1
|
* drop py3.4 supportyobmod2021-02-281-2/+1
|
* add python 3.9 supportyobmod2021-02-261-1/+2
|
* rebase on masteryobmod2021-02-261-3/+3
|
* drop python 3.4, update .gitignoreYobmod2021-02-241-3/+3
|
* Add license argument to setup.pyHarmon2021-01-101-0/+1
| | | | Resolves #1106
* setup.py: exclude all test filesKonrad Weihmann2020-07-121-3/+22
| | | | | | | | | | by using exclude feature of find_packages. py_modules are determined by new function, which recursively scans the base dir but omits the external modules. Plus remove now obselete package_data setting Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-2/+2
|
* setup.py: exclude all test filesKonrad Weihmann2020-07-121-2/+2
| | | | | | | by using exclude feature of find_packages. Plus remove now obselete package_data setting Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Add support for Python 3.8Harmon2020-02-161-1/+2
|
* Improve setup.py python_requiresHarmon2020-02-081-1/+1
|
* Remove duplicate license parameterDrew H2019-11-071-1/+0
|
* Drop python 2 support, again (revert previous revert)Sebastian Thiel2019-08-111-3/+1
| | | | This reverts commit 913d806f02cf50250d230f88b897350581f80f6b.
* Revert "Drop python 2.7 support and help with encodings"Sebastian Thiel2019-07-291-1/+3
| | | | This reverts commit dac619e4917b0ad43d836a534633d68a871aecca.
* Drop python 2.7 support and help with encodingsSebastian Thiel2019-07-201-3/+1
| | | | Fixes #312
* BF: install_requires not just requires for setup() callYaroslav Halchenko2019-05-071-1/+1
| | | | | Originally detected while running DataLad tests on CRON https://github.com/datalad/datalad/issues/3395
* Fix setup.py and use of requirements files.James E. King III2019-05-051-8/+6
|
* Document support for Python 3.7Michael Käufl2018-10-211-0/+1
|
* Drop support for EOL Python 3.3Hugo2018-03-181-2/+1
|
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
|
* Drop support for EOL Python 2.6Hugo2018-03-181-23/+1
|
* Specify Python 3.6 supportHugo2017-12-111-0/+1
|
* chore(version-up): v2.1.52.1.5Sebastian Thiel2017-06-101-0/+1
| | | | Fixes #632
* chore(lint): flake8Sebastian Thiel2016-12-081-0/+1
| | | | | | | | Interestingly only shows in particular python versions on travis. Maybe some caching effect? Locally it is reproducible easily, with the latest flake8
* Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos2016-10-161-2/+2
|\