Skip to content

Commit

Permalink
i eat my previous words
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayBlagoev committed Apr 8, 2024
1 parent 3a0facf commit 3f43e78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions deccom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
__version__ = "0.0.1"
import deccom.peers
import deccom.cryptofuncs
import deccom.nodes
import deccom.protocols
import deccom.utils
import deccom.protocols.securityprotocols
import deccom.protocols.peerdiscovery
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email="[email protected]",
license="MIT",
url="https://github.com/NikolayBlagoev/DecCom-Python",
packages=["deccom"],
packages=find_packages(),
install_requires=[
'cryptography',
'fe25519',
Expand All @@ -23,7 +23,6 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3"
]
)

0 comments on commit 3f43e78

Please sign in to comment.