From f23b4ff3ccc97a2d972d867579073b52e43418bb Mon Sep 17 00:00:00 2001 From: r4sas Date: Sat, 22 Sep 2018 01:53:47 +0300 Subject: [PATCH] update information. todo: think about license. --- pbincli/__init__.py | 7 +++++++ setup.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pbincli/__init__.py b/pbincli/__init__.py index e69de29..6a6d46c 100644 --- a/pbincli/__init__.py +++ b/pbincli/__init__.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +__author__ = "R4SAS " +__version__ = "0.1" +__copyright__ = "Copyright (c) R4SAS" +__license__ = "DWTFYWWI" diff --git a/setup.py b/setup.py index 31667cf..c75f0a1 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,10 @@ setup( author_email='r4sas@i2pmail.org', url='https://github.com/r4sas/PBinCLI', keywords='privatebin', - license='MIT', + license='DWTFYWWI', classifiers=[ 'Development Status :: 4 - Beta', - 'License :: OSI Approved :: MIT License', + 'License :: Other/Proprietary License', 'Programming Language :: Python :: 3', 'Environment :: Console', ],