make package
This commit is contained in:
parent
4146cb5b8a
commit
1d4ac859d7
15 changed files with 552 additions and 0 deletions
10
setup.py
Normal file
10
setup.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name="raincloud",
|
||||
long_description=open("README.org").read(),
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
install_requires=["flask", "toml"],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue