armoha / euddraft

System for pluginizing eudplib codes.
Other
29 stars 4 forks source link

Fix SetuptoolsDeprecationWarning #106

Closed armoha closed 1 week ago

armoha commented 1 year ago
running egg_info
writing eudplib.egg-info\PKG-INFO
writing dependency_links to eudplib.egg-info\dependency_links.txt
writing top-level names to eudplib.egg-info\top_level.txt
writing manifest file 'eudplib.egg-info\SOURCES.txt'
E:\WORKON_HOME\pypoetry\Cache\virtualenvs\euddraft-C5Qh0W77-py3.10\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'eudplib.epscript.cpp' as data is deprecated, please list it in `packages`.
    !!

    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'eudplib.epscript.cpp' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'eudplib.epscript.cpp' 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 'eudplib.epscript.cpp' 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.

!!

  check.warn(importable)
E:\WORKON_HOME\pypoetry\Cache\virtualenvs\euddraft-C5Qh0W77-py3.10\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'eudplib.epscript.cpp.parser' as data is deprecated, please list it in `packages`.
    !!

    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'eudplib.epscript.cpp.parser' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'eudplib.epscript.cpp.parser' 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 'eudplib.epscript.cpp.parser' 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.

!!

  check.warn(importable)
E:\WORKON_HOME\pypoetry\Cache\virtualenvs\euddraft-C5Qh0W77-py3.10\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'eudplib.epscript.cpp.parser.generator' as data is deprecated, please list it in `packages`.
    !!

    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'eudplib.epscript.cpp.parser.generator' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'eudplib.epscript.cpp.parser.generator' 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 'eudplib.epscript.cpp.parser.generator' 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.

!!

  check.warn(importable)
E:\WORKON_HOME\pypoetry\Cache\virtualenvs\euddraft-C5Qh0W77-py3.10\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'eudplib.epscript.cpp.parser.reservedWords' as data is deprecated, please list it in `packages`.
    !!

    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'eudplib.epscript.cpp.parser.reservedWords' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'eudplib.epscript.cpp.parser.reservedWords' 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 'eudplib.epscript.cpp.parser.reservedWords' 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.

!!

  check.warn(importable)
E:\WORKON_HOME\pypoetry\Cache\virtualenvs\euddraft-C5Qh0W77-py3.10\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'eudplib.epscript.cpp.parser.tokenizer' as data is deprecated, please list it in `packages`.
    !!

    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'eudplib.epscript.cpp.parser.tokenizer' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'eudplib.epscript.cpp.parser.tokenizer' 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 'eudplib.epscript.cpp.parser.tokenizer' 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.

!!

  check.warn(importable)
E:\WORKON_HOME\pypoetry\Cache\virtualenvs\euddraft-C5Qh0W77-py3.10\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'eudplib.epscript.cpp.parser.utils' as data is deprecated, please list it in `packages`.
    !!

    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'eudplib.epscript.cpp.parser.utils' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'eudplib.epscript.cpp.parser.utils' 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 'eudplib.epscript.cpp.parser.utils' 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.

!!

  check.warn(importable)
E:\WORKON_HOME\pypoetry\Cache\virtualenvs\euddraft-C5Qh0W77-py3.10\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'eudplib.epscript.cpp.test' as data is deprecated, please list it in `packages`.
    !!

    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'eudplib.epscript.cpp.test' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'eudplib.epscript.cpp.test' 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 'eudplib.epscript.cpp.test' 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.

!!

  check.warn(importable)
E:\WORKON_HOME\pypoetry\Cache\virtualenvs\euddraft-C5Qh0W77-py3.10\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'eudplib.epscript.cpp.test.parser' as data is deprecated, please list it in `packages`.
    !!

    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'eudplib.epscript.cpp.test.parser' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'eudplib.epscript.cpp.test.parser' 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 'eudplib.epscript.cpp.test.parser' 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.

!!

  check.warn(importable)
armoha commented 1 week ago

It doesn't appear anymore, will reopen if it's still an issue.