mirror of
https://github.com/nova-r/fediplug.git
synced 2025-03-10 15:49:00 +01:00
add missing py_modules to setup.py
This commit is contained in:
parent
56472ce677
commit
33e7da196f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -3,6 +3,7 @@ from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name='fediplay',
|
name='fediplay',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
|
py_modules=['fediplay'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Mastodon.py',
|
'Mastodon.py',
|
||||||
'cssselect',
|
'cssselect',
|
||||||
|
|
Loading…
Reference in a new issue