-
Notifications
You must be signed in to change notification settings - Fork 21
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
Showing
6 changed files
with
52 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Complete | ||
======== | ||
|
||
This is a test package for pyroma that is supposed to have a complete | ||
set of metadata and also runnable tests. It should score the maximum possible | ||
on package tests. | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porttitor, neque at | ||
dignissim condimentum, libero est dictum dolor, sit amet tempor urna diam eget | ||
velit. Suspendisse at odio quam, ut vestibulum ipsum. Nulla facilisi. Nullam | ||
nunc dolor, tempus in vulputate id, fringilla eget metus. Pellentesque nulla | ||
nisl, imperdiet ac vulputate non, commodo tincidunt purus. Aenean sollicitudin | ||
orci eget diam dignissim scelerisque. Donec quis neque nisl, eu adipiscing | ||
velit. Aenean convallis ante sapien. Etiam vitae viverra libero. Nullam ac | ||
ligula erat. Aliquam pellentesque, est eget faucibus pharetra, urna orci rhoncus | ||
nisi, adipiscing elementum libero lectus ut odio. Duis tincidunt mi quam, quis | ||
interdum enim. Nunc sed urna urna, id lacinia turpis. Quisque malesuada, velit | ||
ut tincidunt lacinia, dolor augue varius velit, in ultrices lectus enim et | ||
dolor. Fusce augue eros, aliquet ac dapibus at, tincidunt vitae leo. Lorem ipsum | ||
dolor sit amet, consectetur adipiscing elit. Vivamus sapien neque, fermentum sed | ||
ultrices sit amet, fermentum nec est. Pellentesque imperdiet enim nec velit | ||
posuere id dignissim massa molestie. |
Empty file.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["setuptools>=42"] | ||
build-backend = "setuptools.build_meta" |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[metadata] | ||
name = private_classifier | ||
version = 1.0 | ||
description = A project with a private classifier | ||
long_description = file: README.txt | ||
author = Lennart Regebro | ||
author_email = [email protected] | ||
url = https://example.com | ||
classifiers = | ||
Development Status :: 6 - Mature | ||
Operating System :: OS Independent | ||
Private :: Do Not Upload | ||
Programming Language :: Python :: 2.6 | ||
Programming Language :: Python :: 2.7 | ||
Programming Language :: Python :: 3.1 | ||
Programming Language :: Python :: 3.2 | ||
Programming Language :: Python :: 3.3 | ||
License :: OSI Approved :: MIT License | ||
keywords = | ||
private | ||
[options] | ||
python_requires = >=2.6 |
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