mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-06-07 22:56:53 +02:00
rename
This commit is contained in:
parent
08779e3f89
commit
e5c253bd5e
18 changed files with 9 additions and 0 deletions
13
baddiefinder/setup.py
Normal file
13
baddiefinder/setup.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env python
|
||||
from setuptools import setup
|
||||
|
||||
setup(name = 'baddiedetector',
|
||||
version = '0.1',
|
||||
description = 'i2p netdb blocklist tool',
|
||||
author = 'Jeff Becker',
|
||||
author_email = 'ampernand@gmail.com',
|
||||
install_requires = ['python-geoip','python-geoip-geolite2'],
|
||||
tests_require=['pytest'],
|
||||
url = 'https://github.com/purplei2p/i2pd-tools',
|
||||
packages = ['netdb', 'baddiefinder'],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue