reorganized files

This commit is contained in:
Michael Clemens 2022-07-20 16:40:55 +02:00
parent d876b1bb5f
commit 33c2a3215d
4 changed files with 0 additions and 38 deletions

View File

@ -30,7 +30,6 @@
import sys
import csv
import re
#import random
import os
from os.path import exists
import configparser

View File

@ -1,31 +0,0 @@
[metadata]
name = dxpager
version = 0.1.0
author = Michael Clemens
author_email = dxpager@qrz.is
description = A DAPNET notification bot that alerts you if new DXCCs show up on the cluster
long_description = file: README.md
long_description_content_type = text/markdown
url = https://codeberg.org/mclemens/dxpager
project_urls =
Bug Tracker = https://codeberg.org/mclemens/dxpager/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires=
requests
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
colorspot = dxpager.__main__:main

View File

@ -1,3 +0,0 @@
from setuptools import setup
if __name__ == '__main__':
setup()

View File

@ -1,3 +0,0 @@
from dxpager.__main__ import DXPager
__version__ = '0.1.0'