11 lines
230 B
Python
11 lines
230 B
Python
#!/usr/bin/env python
|
|
#
|
|
# This file is part of pyasn1 software.
|
|
#
|
|
# Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
|
|
# License: https://pyasn1.readthedocs.io/en/latest/license.html
|
|
#
|
|
from setuptools import setup
|
|
|
|
setup()
|