Skip to content

Commit 55b6851

Browse files
authored
Fix setup.cfg for release (#8)
1 parent a34ea0c commit 55b6851

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
# Run the unit tests both against our oldest supported Python version
3636
# and the newest stable.
37-
python_version: [ "3.7", "3.x" ]
37+
python_version: [ "3.6", "3.x" ]
3838
steps:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-python@v2

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[metadata]
22
name = matrix_common
3-
description = "Common utilities for Synapse, Sydent and Sygnal"
3+
description = Common utilities for Synapse, Sydent and Sygnal
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 0.0.0
6+
version = 1.0.0
77

88
classifiers =
99
License :: OSI Approved :: Apache Software License
1010

1111
[options]
12-
python_requires = >= 3.7
12+
packages =
13+
matrix_common
14+
python_requires = >= 3.6
1315
install_requires =
1416
attrs
1517

0 commit comments

Comments
 (0)