Skip to content

Commit c9deda2

Browse files
authored
New version fix import issues (#4)
1 parent ae6a47a commit c9deda2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pythonp2p",
8-
version="1.7.0",
8+
version="1.7.1",
99
author="GianisTsol",
1010
author_email="giannisetsolakis@gmail.com",
1111
description="A peer to peer network able to transfer data and files",
@@ -20,7 +20,7 @@
2020
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2121
"Operating System :: OS Independent",
2222
],
23-
package_dir={"": "."},
23+
package_dir={"pythonp2p": "pythonp2p"},
2424
packages=["pythonp2p"],
2525
python_requires=">=3.8",
2626
)

0 commit comments

Comments
 (0)