Skip to content

Commit acf2807

Browse files
committed
Make it build on pip 24.x
1 parent 77fc6f0 commit acf2807

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pygments_shader/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
__version__ = '1.0.1'
21

32
from .lexer import *

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
from setuptools import setup, find_packages
22
from setuptools.command.test import test as TestCommand
3-
import pygments_shader
43

54
setup(
65
name='pygments-shader',
7-
version=pygments_shader.__version__,
6+
version='1.0.1',
87
description='Pygments lexer for Unity shader',
98
long_description=open('README.rst').read(),
109
url='https://github.com/midnightSuyama/pygments-shader',

0 commit comments

Comments
 (0)