We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdafd0a commit 00a0d9fCopy full SHA for 00a0d9f
.gitignore
@@ -11,4 +11,12 @@ venv/
11
12
.env
13
14
-.netrc
+.netrc
15
+
16
+# Packaging
17
18
+*.egg-info
19
20
+build/
21
22
+dist/
setup.py
@@ -4,10 +4,10 @@
4
long_description = fh.read()
5
6
setuptools.setup(
7
- name="torrent-tracker-scraper",
8
- version="0.0.1",
+ name="little-bird",
+ version="0.0.2",
9
author="ziggs",
10
- packages=['little_bird'],
+ packages=['dht'],
author_email="[email protected]",
description="A Python3 Kademlia overlay network implementation. ",
long_description=long_description,
@@ -20,7 +20,6 @@
"Operating System :: OS Independent",
),
install_requires=[
23
- 'pygogo',
24
'python-dotenv',
25
'logbook',
26
'netifaces'
0 commit comments