Skip to content

Commit ede52bc

Browse files
committed
Finalize python package
1 parent 26b3a0c commit ede52bc

File tree

4 files changed

+3
-108
lines changed

4 files changed

+3
-108
lines changed

Pipfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

Pipfile.lock

Lines changed: 0 additions & 46 deletions
This file was deleted.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
setup(
3131
name="django-replace-migrations",
3232
version=VERSION,
33-
description="TODO",
33+
description="This package is an extension to djangos makemigrations.py. It can be used to get rid of old migrations as an alternative to djangos squashmigration command.",
3434
long_description=long_description,
35-
url="TODO)",
35+
url="https://github.com/3YOURMIND/django-replace-migrations",
3636
author="3YOURMIND GmbH",
3737
license="Apache License 2.0",
3838
packages=find_packages(exclude=["tests/"]),
@@ -46,6 +46,7 @@
4646
"Framework :: Django",
4747
"Framework :: Django :: 2.1",
4848
"Framework :: Django :: 2.2",
49+
"Framework :: Django :: 3.0",
4950
"Programming Language :: Python",
5051
"Programming Language :: Python :: 3",
5152
"Programming Language :: Python :: 3.5",

test.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)