Skip to content

Commit e9ec572

Browse files
author
Gavin Lüdemann
committed
Fix packaging
1 parent 1229296 commit e9ec572

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyghthouse/connection/__init__.py

Whitespace-only changes.

pyghthouse/data/__init__.py

Whitespace-only changes.

setup.py

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

66
setup(
77
name='pyghthouse',
8-
version='0.1.0',
9-
packages=find_packages(where='pyghthouse'),
8+
version='0.2.0',
9+
packages=find_packages(where='.'),
1010
url='https://github.com/Musicted/pyghthouse',
1111
license='MIT',
1212
author='Gavin Lüdemann',
@@ -15,6 +15,6 @@
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
install_requires=['numpy~=1.21.2', 'websocket-client~=1.2.1', 'msgpack~=1.0.2'],
18-
package_dir={"": "pyghthouse", "utils": "pyghthouse/utils"},
18+
package_dir={"": ".", "utils": "./utils"},
1919
python_requires=">=3.8"
2020
)

0 commit comments

Comments
 (0)