-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
063e5ab
commit c09cada
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ version = 0.1.0 | |
description = A Django app to manage DevOps. | ||
long_description = file: README.md | ||
url = https://github.com/justinmerrell/django-DevOps | ||
project_urls = | ||
Bug Tracker = https://github.com/justinmerrell/django-DevOps/issues | ||
author = Justin Merrell | ||
author_email = [email protected] | ||
license = MIT | ||
|
@@ -16,10 +18,6 @@ classifiers = | |
Operating System :: OS Independent | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3 :: Only | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Topic :: Internet :: WWW/HTTP | ||
Topic :: Internet :: WWW/HTTP :: Dynamic Content | ||
|
||
|