1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add source of sample distribution for tests

This commit is contained in:
Thomas Kluyver 2017-01-18 10:11:05 +00:00
parent ea108f834b
commit 653e291846
5 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1 @@
include pyproject.toml

View file

@ -0,0 +1,2 @@
[build-system]
requires=["simple==3.0"]

View file

@ -0,0 +1,5 @@
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0

View file

@ -0,0 +1,7 @@
#!/usr/bin/env python
from setuptools import setup, find_packages
setup(name='pep518',
version='3.0',
packages=find_packages()
)

View file

@ -0,0 +1 @@
#dummy