Spaces:
Runtime error
Runtime error
caw2rng
commited on
Commit
·
0756d61
1
Parent(s):
7055650
full code
Browse files
setup.cfg
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
[metadata]
|
| 2 |
license_file = LICENSE
|
| 3 |
-
version = attr: competitions.__version__
|
| 4 |
|
| 5 |
[isort]
|
| 6 |
ensure_newline_before_comments = True
|
|
|
|
| 1 |
[metadata]
|
| 2 |
license_file = LICENSE
|
|
|
|
| 3 |
|
| 4 |
[isort]
|
| 5 |
ensure_newline_before_comments = True
|
setup.py
CHANGED
|
@@ -35,6 +35,7 @@ with open("requirements.txt", encoding="utf-8") as f:
|
|
| 35 |
|
| 36 |
setup(
|
| 37 |
name="competitions",
|
|
|
|
| 38 |
description="Hugging Face Competitions",
|
| 39 |
long_description=LONG_DESCRIPTION,
|
| 40 |
author="HuggingFace Inc.",
|
|
|
|
| 35 |
|
| 36 |
setup(
|
| 37 |
name="competitions",
|
| 38 |
+
version="0.1.9.dev0",
|
| 39 |
description="Hugging Face Competitions",
|
| 40 |
long_description=LONG_DESCRIPTION,
|
| 41 |
author="HuggingFace Inc.",
|