Skip to content

Commit 25e4d70

Browse files
authored
fix: use valid pypi classifier
Classifier prevents the release of the package. This commit is intended to fix the issue, and perform a new release
1 parent e4ab5b1 commit 25e4d70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4+
45
from setuptools import find_packages, setup
56

67

0 commit comments

Comments
 (0)