improved project structuring

This commit is contained in:
Kevin Froman 2018-01-14 22:57:23 -06:00
parent a89435cfd3
commit 813e98a801
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
20 changed files with 64 additions and 14 deletions

11
onionr.egg-info/PKG-INFO Normal file
View 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

View 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

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,3 @@
# -*- Entry points: -*-

View file

@ -0,0 +1 @@
onionr

1
onionr.egg-info/zip-safe Normal file
View file

@ -0,0 +1 @@