Skip to content
Snippets Groups Projects
Commit b7ef6dbf authored by AndreasBurbach's avatar AndreasBurbach
Browse files

prepare for pypi

parent c5a809cc
Branches
Tags
Loading
.idea/
.DS_Store .DS_Store
*.sqlite3 *.sqlite3
__pycache__ __pycache__
# dependencies # dependencies
*/node_modules
/.pnp
.pnp.js
# testing # testing
/coverage /coverage
...@@ -22,12 +18,14 @@ __pycache__ ...@@ -22,12 +18,14 @@ __pycache__
.env.production.local .env.production.local
.env .env
npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
*.eslintcache *.eslintcache
*/media/account/images/ */media/account/images/
solar/django_static the_social_network/django_static
pypi/*/ pypi/*/
the_social_network/dist
the_social_network/the_social_network.egg-info
\ No newline at end of file
Copyright (c) 2021, Marc Feger
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
This product includes software developed by the <organization>.
4. Neither the name of the <organization> nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ''AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
include LICENSE
include README.rst
include core/*
exclude the_social_network/*
exclude setup.cfg
exclude MANIFEST.in
exclude manage.py
\ No newline at end of file
============
The Social Network
============
The package "The Social Network" is a django base backend core element for any possible social network you can think of.
It contains the following models
Django.Authentication.User
[metadata]
name = the-social-network
version = 0.1
description = Basic core of all social network backends
long_description = file: README.rst
url = https://www.example.com/
author = Marc Feger
author_email = marc.feger@uni-duesseldorf.de
license = BSD-4-Clause
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.1.2 # Replace "X.Y" as appropriate
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.9
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
\ No newline at end of file
from setuptools import setup
setup()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment