Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.12Arthur de Jong2023-11-121-0/+1
|
* Add support for Python 3.11Arthur de Jong2023-03-181-0/+1
|
* Add support for Python 3.10Arthur de Jong2022-08-131-0/+1
|
* Also ensure that embedded certificates are shippedArthur de Jong2022-02-131-1/+1
|
* Rename README to README.mdArthur de Jong2021-10-031-1/+2
| | | | | | Mostly to please GitHub. See https://github.com/arthurdejong/python-stdnum/issues/280
* Drop support for Python 2.6 and 3.4Arthur de Jong2021-03-211-2/+0
| | | | | It is increasingly difficult to test with these versions of Python and everybody should have upgraded to a more recent version long ago.
* Add project URLs for PyPIArthur de Jong2021-01-101-0/+4
|
* Add support for Python 3.9Arthur de Jong2021-01-101-1/+2
| | | | This switches Travis tests to bionic by default.
* Flake 8 fixesArthur de Jong2020-04-191-42/+44
|
* Get files ready for 1.13 release1.13Arthur de Jong2020-01-191-1/+1
|
* Add support for Python 3.8Sergi Almacellas Abellana2019-12-271-0/+1
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/177
* Switch from import-order to isortArthur de Jong2019-03-031-1/+3
|
* Add Python 3.7 testsArthur de Jong2019-02-101-0/+2
|
* Get files ready for 1.9 release1.9Arthur de Jong2018-04-141-1/+1
|
* Update long description in compatible wayArthur de Jong2018-01-061-2/+2
| | | | | | | This ensures that the README is read correctly on all supported Python interpreters. Fixes 1304122
* setup.py: Open README with utf-8 encoding5j92018-01-051-1/+1
| | | | Fixes #59
* Try the non-caching zeep client on older versionsArthur de Jong2018-01-031-2/+6
| | | | | | | | This uses the "normal" Client class from zeep if CachingClient is not available (this is the case on older zeep versions). This also records (and documents) the dependencies for SOAP libraries in setup.py.
* Use README as package long descriptionArthur de Jong2017-12-311-1/+6
| | | | | This also shortens the stdnum module docstring and updates the Sphinx configuration.
* Switch to HTTPS URLsArthur de Jong2017-04-131-2/+2
|
* Add Python 2.6 supportArthur de Jong2016-11-141-0/+1
| | | | | This also brings the list of Python versions in setup.py in line with tox.ini.
* Get files ready for 1.3 release1.3Arthur de Jong2016-03-051-1/+1
|
* Get files ready for 1.2 release1.2Arthur de Jong2015-10-111-0/+8
|
* Get files ready for 1.1 release1.1Arthur de Jong2015-04-271-1/+1
|
* Get files ready for 1.0 release1.0Arthur de Jong2014-10-191-4/+6
|
* Remove requirement on distributeArthur de Jong2014-01-011-1/+0
| | | This accidentally slipped into 907e410.
* Ensure that all used files are included in the sdistArthur de Jong2013-06-141-1/+1
|
* Get files ready for 0.8 release0.8Arthur de Jong2013-06-091-1/+1
|
* make script executableArthur de Jong2012-02-261-0/+0
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@167 9dea7c4f-944c-4273-ac1a-574ede026edc
* add the optional dependency on suds for the ↵Arthur de Jong2012-02-251-0/+4
| | | | | | stdnum.eu.vat.check_vies() function git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@164 9dea7c4f-944c-4273-ac1a-574ede026edc
* revert switching to distutils part of r93, keep ↵Arthur de Jong2011-12-311-2/+2
| | | | | | restructuring part git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@94 9dea7c4f-944c-4273-ac1a-574ede026edc
* switch to distutilsArthur de Jong2011-12-311-5/+6
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@93 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix version number use (fix r86)0.6Arthur de Jong2011-09-301-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@90 9dea7c4f-944c-4273-ac1a-574ede026edc
* move the version number definition to the stdnum packageArthur de Jong2011-09-301-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@86 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix homepage URLArthur de Jong2011-09-041-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@77 9dea7c4f-944c-4273-ac1a-574ede026edc
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@76 9dea7c4f-944c-4273-ac1a-574ede026edc
* get files ready for 0.5 release0.5Arthur de Jong2011-07-091-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@74 9dea7c4f-944c-4273-ac1a-574ede026edc
* also support Python3 with the same codebase (see #3)Arthur de Jong2011-03-061-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@69 9dea7c4f-944c-4273-ac1a-574ede026edc
* ensure that data files are always includedArthur de Jong2011-03-061-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@68 9dea7c4f-944c-4273-ac1a-574ede026edc
* get files ready for 0.4 release0.4Arthur de Jong2011-02-061-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@65 9dea7c4f-944c-4273-ac1a-574ede026edc
* revert r49 because it wasn't needed after allArthur de Jong2011-01-161-1/+0
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@50 9dea7c4f-944c-4273-ac1a-574ede026edc
* introduce a full parameter that can be used to only ↵Arthur de Jong2011-01-161-0/+1
| | | | | | return the part that is in the database git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@49 9dea7c4f-944c-4273-ac1a-574ede026edc
* move general description to package __init__.py fileArthur de Jong2010-11-261-22/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@43 9dea7c4f-944c-4273-ac1a-574ede026edc
* get files ready for 0.3 release0.3Arthur de Jong2010-09-111-1/+13
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@40 9dea7c4f-944c-4273-ac1a-574ede026edc
* have sdist target create a tarball with reasonable ↵Arthur de Jong2010-09-051-0/+6
| | | | | | permissions git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@39 9dea7c4f-944c-4273-ac1a-574ede026edc
* get files ready for 0.2 release0.2Arthur de Jong2010-08-161-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@21 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a setup.py script for use of setuptoolsArthur de Jong2010-07-251-0/+55
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@8 9dea7c4f-944c-4273-ac1a-574ede026edc