Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit f1c1e20

Browse files
Update setup.py
1 parent 09e794e commit f1c1e20

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

‎setup.py‎

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1+
import pathlib
12
from setuptools import setup
23

3-
setup(name='darknet.py',
4-
author='Adriano Romanazzo',
5-
author_email='pythonmultiverse@gmx.com',
6-
scripts=['bin/darknet.py']
4+
README = f"{pathlib.Path(__file__).parent}/README.md"
5+
6+
with open(README) as r:
7+
README = r.read()
8+
9+
setup(
10+
name='darknet.py',
11+
version='1.1',
12+
author='Adriano Romanazzo (multiversecoder)',
13+
description='darknet.py is a network application with no dependencies other than Python and TOR, useful to anonymize the traffic of linux servers and workstations.',
14+
long_description=README,
15+
long_description_content_type="text/markdown",
16+
author_email='pythonmultiverse@gmx.com',
17+
url='https://github.com/multiversecoder/darknet.py',
18+
scripts=['bin/darknet.py'],
19+
license='BSD 3-Clause License'
720
)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /