Fix license reference, thanks Max!

This commit is contained in:
Job Snijders
2020-02-11 11:27:40 +00:00
parent d0a9a3c367
commit de1a8f5770
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = "0.0.3"
__version__ = "0.0.4"
__author__ = "Job Snijders"
__author_email__ = "job@ntt.net"
__copyright__ = "Copyright 2020, Job Snijders"
+1 -1
View File
@@ -53,7 +53,7 @@ setup(
description='RPKI Origin Validation checker',
long_description=README,
long_description_content_type="text/markdown",
license='BSD',
license='ISCL',
keywords='rpki prefix routing networking',
setup_requires=reqs,
install_requires=reqs,