[PY3]: state python3-only compatibility in setuptools
This commit is contained in:
parent
101d5e04c6
commit
7cc772163f
1 changed files with 5 additions and 1 deletions
6
setup.py
6
setup.py
|
@ -81,5 +81,9 @@ setup(name='larigira',
|
|||
'static = larigira.audioform_static:staticaudio_receive',
|
||||
'script = larigira.audioform_script:scriptaudio_receive',
|
||||
],
|
||||
}
|
||||
},
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3",
|
||||
"Programming Language :: Python :: 3",
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue