mirror of
https://github.com/nova-r/fediplug.git
synced 2025-03-10 07:39: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(
|
||||
name='fediplay',
|
||||
version='0.1',
|
||||
py_modules=['fediplay'],
|
||||
install_requires=[
|
||||
'Mastodon.py',
|
||||
'cssselect',
|
||||
|
|
Loading…
Reference in a new issue