-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Pyproject merge script update (#193)"
This reverts commit b93af0b.
- Loading branch information
1 parent
b93af0b
commit 5c5a54a
Showing
2 changed files
with
1 addition
and
45 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 |
---|---|---|
|
@@ -5,22 +5,6 @@ requires = [ | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
readme = "README.md" | ||
authors = [ | ||
{ name = "German Human Genome Phenome Archive (GHGA)", email = "[email protected]" }, | ||
] | ||
requires-python = ">=3.9" | ||
classifiers = [ | ||
"Development Status :: 1 - Planning", | ||
"Operating System :: POSIX :: Linux", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Topic :: Internet :: WWW/HTTP :: HTTP Servers", | ||
"Topic :: Software Development :: Libraries", | ||
"Intended Audience :: Developers", | ||
] | ||
name = "my_microservice" | ||
version = "0.1.0" | ||
description = "My-Microservice - a short description" | ||
|
@@ -31,9 +15,6 @@ dependencies = [ | |
"hexkit[akafka,s3,mongodb] >= 1.1.0", | ||
] | ||
|
||
[project.license] | ||
text = "Apache 2.0" | ||
|
||
[project.urls] | ||
Repository = "https://github.com/ghga-de/my-microservice" | ||
|
||
|
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