Thanks to visit codestin.com
Credit goes to github.com

Skip to content

1.0.3rc1build is missing constants directory #1095

Closed
@elip-OE

Description

@elip-OE

Describe the bug
The build in pypi lack the constants directory, causing the module to be unusable

To Reproduce
Complete steps to reproduce the behavior:
install pymysql 1.0.3rc1

Code:

>>> import pymysql
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pymysql/__init__.py", line 26, in <module>
    from .constants import FIELD_TYPE
ModuleNotFoundError: No module named 'pymysql.constants'

Expected behavior
import succeed

Environment

  • OS: linux
  • PyMySQL version: 1.0.3rc1

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions