diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-08-09 13:17:26 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-09-02 09:34:01 -0400 |
commit | e38df50bbf2d8c33aa53ce8ce1fc2b84e9b22814 (patch) | |
tree | bd4c83e8e6f185bcaa5665e25084967f854ce99b /python/toml/setup.py | |
parent | 759c52d7eb62f69f31258927558eb5cb985ef47c (diff) | |
download | servo-e38df50bbf2d8c33aa53ce8ce1fc2b84e9b22814.tar.gz servo-e38df50bbf2d8c33aa53ce8ce1fc2b84e9b22814.zip |
Revert "Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for breaking web-platform-tests."
This reverts commit 47d6d958f58f5011742a18abcdd5a76bf4390966.
Diffstat (limited to 'python/toml/setup.py')
-rw-r--r-- | python/toml/setup.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/python/toml/setup.py b/python/toml/setup.py deleted file mode 100644 index e2f2492dc10..00000000000 --- a/python/toml/setup.py +++ /dev/null @@ -1,14 +0,0 @@ -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, -) |