1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-02-06 03:10:57 +01:00

10 lines
123 B
Python
Raw Normal View History

2019-07-17 18:28:54 +02:00
from setuptools import setup
setup(
name="test",
extras_require={
"dev": [],
"full": [],
}
)