mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2025-12-25 11:00:16 +00:00
10 lines
169 B
Python
10 lines
169 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='Bitchin Admin',
|
|
packages=['bitchmin'],
|
|
include_package_data=True,
|
|
install_requires=[
|
|
'flask',
|
|
],
|
|
) |