From ad4f0144b82a0e881ac7b0a8f1cdb0232775e43a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Mon, 13 Sep 2021 01:54:59 -0600 Subject: change to using pbr and restructure directories --- setup.cfg | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..5edcbfb --- /dev/null +++ b/setup.cfg @@ -0,0 +1,37 @@ +[metadata] +name = tirante +author = David Luevano Alvarado +author_email = david@luevano.xyz +summary = A (wannabe) manga download manager +description_file = README.md +license = GPLv3 +home_page = https://github.com/luevano/tirante +classifiers = + Programming Language :: Python :: 3 + License :: OSI Approved :: GNU General Public License v3 (GPLv3) + Operating System :: Microsoft :: Windows +keywords = + python + manga + download + manager + +[files] +packages = + tirante + +[bdist_wheel] +universal = 0 + +[entry_points] +console_scripts = + tirante = tirante:main + +[options] +package_dir = + = src +packages = find: +include_package_data = True + +[options.packages.find] +where = src \ No newline at end of file -- cgit v1.2.3-54-g00ecf