mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for breaking web-platform-tests.
This reverts commitc315404db8
, reversing changes made tob00583bd4e
.
This commit is contained in:
parent
c315404db8
commit
47d6d958f5
51 changed files with 5813 additions and 51 deletions
14
python/toml/setup.py
Normal file
14
python/toml/setup.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
from distutils.core import setup
|
||||
|
||||
with open("README.rst") as readmefile:
|
||||
readme = readmefile.read()
|
||||
setup(name='toml',
|
||||
version='0.8.2',
|
||||
description="Python Library for Tom's Obvious, Minimal Language",
|
||||
author="Uiri Noyb",
|
||||
author_email="uiri@xqz.ca",
|
||||
url="https://github.com/uiri/toml",
|
||||
py_modules=['toml'],
|
||||
license="License :: OSI Approved :: MIT License",
|
||||
long_description=readme,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue