mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
configure python_requires and py3 only trove (#32)
This commit is contained in:
committed by
Samuel Colvin
parent
12820bad15
commit
3544c351ec
@@ -18,6 +18,7 @@ setup(
|
||||
'Environment :: Console',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: Information Technology',
|
||||
@@ -34,5 +35,6 @@ setup(
|
||||
url='https://github.com/samuelcolvin/pydantic',
|
||||
license='MIT',
|
||||
packages=['pydantic'],
|
||||
python_requires='>=3.6',
|
||||
zip_safe=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user