improved project structuring
This commit is contained in:
parent
a89435cfd3
commit
813e98a801
20 changed files with 64 additions and 14 deletions
11
onionr.egg-info/PKG-INFO
Normal file
11
onionr.egg-info/PKG-INFO
Normal file
|
@ -0,0 +1,11 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: onionr
|
||||
Version: 0.0.0.dev0
|
||||
Summary: Decentralized P2P platform
|
||||
Home-page: https://github.com/beardog108/onionr
|
||||
Author: Kevin Froman
|
||||
Author-email: beardog@firemail.cc
|
||||
License: GPL 3.0
|
||||
Description-Content-Type: UNKNOWN
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
9
onionr.egg-info/SOURCES.txt
Normal file
9
onionr.egg-info/SOURCES.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
setup.cfg
|
||||
setup.py
|
||||
onionr/__init__.py
|
||||
onionr.egg-info/PKG-INFO
|
||||
onionr.egg-info/SOURCES.txt
|
||||
onionr.egg-info/dependency_links.txt
|
||||
onionr.egg-info/entry_points.txt
|
||||
onionr.egg-info/top_level.txt
|
||||
onionr.egg-info/zip-safe
|
1
onionr.egg-info/dependency_links.txt
Normal file
1
onionr.egg-info/dependency_links.txt
Normal file
|
@ -0,0 +1 @@
|
|||
|
3
onionr.egg-info/entry_points.txt
Normal file
3
onionr.egg-info/entry_points.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
# -*- Entry points: -*-
|
||||
|
1
onionr.egg-info/top_level.txt
Normal file
1
onionr.egg-info/top_level.txt
Normal file
|
@ -0,0 +1 @@
|
|||
onionr
|
1
onionr.egg-info/zip-safe
Normal file
1
onionr.egg-info/zip-safe
Normal file
|
@ -0,0 +1 @@
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue