Rename package and upload to pypi.

This commit is contained in:
Emil Stenström 2020-02-08 10:22:07 +01:00
parent de59992288
commit 5356546efd
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ from setuptools import setup
VERSION = '0.1'
setup(
name='django_components',
name='django_reusable_components',
packages=["django_components"],
version=VERSION,
description='A way to create simple reusable template components in Django.',