Skip to content

Commit

Permalink
Fix inclusion of vendored package
Browse files Browse the repository at this point in the history
  • Loading branch information
Querela committed Nov 1, 2023
1 parent 92cd127 commit 8559539
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 1

[metadata]
name = cql-parser
version = 1.0.1
version = 1.0.2
author = Erik Körner
author_email = "Erik Körner" <koerner@saw-leipzig.de>
description = "CQL (Contextual Query Language) Parser"
Expand All @@ -18,6 +18,10 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: YACC
Topic :: Text Processing :: General
Topic :: Utilities
Expand All @@ -35,7 +39,9 @@ zip_safe = True
include_package_data = True
package_dir =
=src
packages = cql
packages =
cql
cql._vendor.ply
python_requires = >=3.8

[options.package_data]
Expand Down

0 comments on commit 8559539

Please sign in to comment.