Browse Source

Add missing arg to setup.py

tags/v0.2.0
Jérôme Deuchnord 4 years ago
parent
commit
74e9b14e61
No known key found for this signature in database GPG Key ID: BC6F3C345B7D33B0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      setup.py

+ 2
- 1
setup.py View File

@@ -24,5 +24,6 @@ setup(
'Operating System :: POSIX :: Linux',
'Environment :: Console',
'Topic :: Scientific/Engineering :: Astronomy'
]
],
python_requires='>=3.7'
)

Loading…
Cancel
Save