Skip to content

Commit 00a0d9f

Browse files
committed
bumped version for PyPi
fixed dependency bug
1 parent fdafd0a commit 00a0d9f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,12 @@ venv/
1111

1212
.env
1313

14-
.netrc
14+
.netrc
15+
16+
# Packaging
17+
18+
*.egg-info
19+
20+
build/
21+
22+
dist/

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="torrent-tracker-scraper",
8-
version="0.0.1",
7+
name="little-bird",
8+
version="0.0.2",
99
author="ziggs",
10-
packages=['little_bird'],
10+
packages=['dht'],
1111
author_email="[email protected]",
1212
description="A Python3 Kademlia overlay network implementation. ",
1313
long_description=long_description,
@@ -20,7 +20,6 @@
2020
"Operating System :: OS Independent",
2121
),
2222
install_requires=[
23-
'pygogo',
2423
'python-dotenv',
2524
'logbook',
2625
'netifaces'

0 commit comments

Comments
 (0)