Add setup files
Minimal setup files which should allow installation as a package and generation of wheel files. Note that there is currently no version number.
This commit is contained in:
pare
c40caccb43
commit
4bf7523197
S'han modificat 2 arxius amb 13 adicions i 0 eliminacions
7
setup.cfg
Normal file
7
setup.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[bdist_wheel]
|
||||||
|
universal=1
|
||||||
|
|
||||||
|
[build_sphinx]
|
||||||
|
source-dir = docs
|
||||||
|
build-dir = docs/build
|
||||||
|
all_files = 1
|
6
setup.py
Normal file
6
setup.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
setup(name='Mastodon.py',
|
||||||
|
description='Python wrapper for the Mastodon API',
|
||||||
|
packages=['mastodon'],
|
||||||
|
install_requires=['requests'])
|
Loading…
Referencia en una nova incidència