Skip to content

Commit

Permalink
Merge branch '13-module-dnsrec-missing-from-the-package'
Browse files Browse the repository at this point in the history
Closes: #13
  • Loading branch information
c0r0n3r committed Oct 12, 2023
2 parents 137481e + 0d2ffb9 commit f85c39c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_discover():
'Issues': __setup__.__url__ + '/-/issues',
'Source': __setup__.__url__,
},
keywords='ssl tls ssh',
keywords='ssl tls ssh dns',

install_requires=install_requirements,
extras_require={
Expand All @@ -61,12 +61,14 @@ def test_discover():
packages=[
'cryptodatahub',
'cryptodatahub.common',
'cryptodatahub.dnsrec',
'cryptodatahub.ssh',
'cryptodatahub.tls',
],

package_data={
'cryptodatahub.common': ['*.json'],
'cryptodatahub.dnsrec': ['*.json'],
'cryptodatahub.ssh': ['*.json'],
'cryptodatahub.tls': ['*.json'],
},
Expand Down
2 changes: 1 addition & 1 deletion test/dnssec/test_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from test.common.classes import TestClasses

from cryptodatahub.dnssec.algorithm import DnsRrType, DnsSecAlgorithm, DnsSecDigestType
from cryptodatahub.dnsrec.algorithm import DnsRrType, DnsSecAlgorithm, DnsSecDigestType


class TestDnsRrType(TestClasses.TestJsonCodeNumericBase):
Expand Down

0 comments on commit f85c39c

Please sign in to comment.