Skip to content

Commit 541ee46

Browse files
committed
Not importing the RSA module in setup.py any more
1 parent b9fb893 commit 541ee46

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616

1717
from setuptools import setup
1818

19-
import rsa
20-
2119
setup(name='rsa',
22-
version=rsa.__version__,
20+
version='3.3',
2321
description='Pure-Python RSA implementation',
2422
author='Sybren A. Stuvel',
2523
author_email='sybren@stuvel.eu',

0 commit comments

Comments
 (0)