mirror of
https://github.com/Xevion/trivia.git
synced 2025-12-11 08:08:57 -06:00
8 lines
101 B
Python
8 lines
101 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='flask-demo',
|
|
entry_points= {
|
|
'con'
|
|
}
|
|
) |