Commit Graph

16 Commits

Author SHA1 Message Date
Benjamin Dauvergne 01fa048dcb setup.py: fix setuptools warning about data files (#86510)
gitea/ldaptools/pipeline/head This commit looks good Details
2024-02-07 13:50:21 +01:00
Benjamin Dauvergne 8f214a6e87 setup.py: fix setuptools warning about data files (#86510)
gitea/ldaptools/pipeline/head There was a failure building this commit Details
############################
    # Package would be ignored #
    ############################
    Python recognizes 'Bio.Entrez.XSDs' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'Bio.Entrez.XSDs' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'Bio.Entrez.XSDs' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.
2024-02-07 12:59:15 +01:00
Benjamin Dauvergne 491fd26df5 run pre-commit hooks (#86510)
Remove isort which seem incompatible with ruff.
2024-02-07 12:58:19 +01:00
Benjamin Dauvergne 6c703b545c setup.py: fix dirty versions (#86510) 2024-02-07 12:56:24 +01:00
Benjamin Dauvergne 4ba8bd85ff ci: remove python2 support and testing
gitea/ldaptools/pipeline/head This commit looks good Details
2024-02-03 15:07:29 +01:00
Benjamin Dauvergne 92f622d9c4 ci: add pre-commit hooks 2024-02-03 14:59:05 +01:00
Frédéric Péters ebc841fe36 trivial: remove python 2 from classifiers 2022-02-02 08:12:56 +01:00
Emmanuel Cazenave 0d1743dc94 make get_version py3 compatible 2019-10-01 11:54:56 +02:00
Benjamin Dauvergne 2989bad541 release 0.17 2019-03-14 22:49:43 +01:00
Benjamin Dauvergne 5c633dc55f slapd: quote unix socket path in ldap:// URL 2019-03-14 22:00:26 +01:00
Benjamin Dauvergne 3c28617fe8 setup.py: remove setuptools from install_requires 2019-03-14 22:00:26 +01:00
Paul Marillonnet 7d8c8e9429 add python3 compatibility (#29418) 2019-03-06 15:03:46 +01:00
Benjamin Dauvergne c9eb4e2d9b setup.py: remove docstring from authentic2 2016-05-23 15:53:56 +02:00
Benjamin Dauvergne d8b6a0c69a setup.py: add long description 2016-02-16 11:57:03 +01:00
Benjamin Dauvergne 29278c785a setup.py: add dependency on setuptools 2016-02-16 01:40:12 +01:00
Benjamin Dauvergne 2c30289acf initial release 2016-02-16 01:19:55 +01:00