mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Delete setup.py (#4881)
This commit is contained in:
committed by
GitHub
parent
7c6e7e3bac
commit
2e17c85810
@@ -1,28 +0,0 @@
|
||||
import sys
|
||||
|
||||
sys.stderr.write(
|
||||
"""
|
||||
===============================
|
||||
Unsupported installation method
|
||||
===============================
|
||||
pydantic no longer supports installation with `python setup.py install`.
|
||||
Please use `python -m pip install .` instead.
|
||||
"""
|
||||
)
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
# The below code will never execute, however GitHub is particularly
|
||||
# picky about where it finds Python packaging metadata.
|
||||
# See: https://github.com/github/feedback/discussions/6456
|
||||
#
|
||||
# To be removed once GitHub catches up.
|
||||
|
||||
setup(
|
||||
name='pydantic',
|
||||
install_requires=[
|
||||
'typing-extensions>=4.1.0',
|
||||
'pydantic-core>=0.7.1',
|
||||
'annotated-types>=0.4.0'
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user